mirror of
https://github.com/python/cpython.git
synced 2025-11-10 06:24:12 +00:00
Fix the versionadded for asyncio.StreamWriter.start_tls() (#92378)
This commit is contained in:
parent
318c4e91ef
commit
063e8ab72b
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ StreamWriter
|
||||||
handshake to complete before aborting the connection. ``60.0`` seconds
|
handshake to complete before aborting the connection. ``60.0`` seconds
|
||||||
if ``None`` (default).
|
if ``None`` (default).
|
||||||
|
|
||||||
.. versionadded:: 3.8
|
.. versionadded:: 3.11
|
||||||
|
|
||||||
.. method:: is_closing()
|
.. method:: is_closing()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue