File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
320320Bug 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
You can’t perform that action at this time.
0 commit comments