Skip to content

Commit cb3500b

Browse files
committed
Stop referring to the asyncio implementation as new.
Except when specifically contrasting it with the legacy implementation.
1 parent 6563a9c commit cb3500b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/project/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ New features
302302
* :func:`~asyncio.client.connect` now follows redirects in the new
303303
:mod:`asyncio` implementation.
304304

305-
* Added HTTP Basic Auth to the new :mod:`asyncio` and :mod:`threading`
306-
implementations of servers.
307305

306+
* Added HTTP Basic Auth to the :mod:`asyncio` and :mod:`threading`
307+
implementations of servers.
308308
* Made the set of active connections available in the :attr:`Server.connections
309309
<asyncio.server.Server.connections>` property.
310310

@@ -320,7 +320,7 @@ Improvements
320320
Bug fixes
321321
.........
322322

323-
* The new :mod:`asyncio` and :mod:`threading` implementations of servers don't
323+
* The :mod:`asyncio` and :mod:`threading` implementations of servers don't
324324
start the connection handler anymore when ``process_request`` or
325325
``process_response`` returns an HTTP response.
326326

0 commit comments

Comments
 (0)