mirror of https://github.com/python/cpython
Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)
This commit is contained in:
parent
318c4e91ef
commit
063e8ab72b
|
@ -311,7 +311,7 @@ StreamWriter
|
|||
handshake to complete before aborting the connection. ``60.0`` seconds
|
||||
if ``None`` (default).
|
||||
|
||||
.. versionadded:: 3.8
|
||||
.. versionadded:: 3.11
|
||||
|
||||
.. method:: is_closing()
|
||||
|
||||
|
|
Loading…
Reference in New Issue