]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 May 2022 16:04:29 +0000 (09:04 -0700)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 16:04:29 +0000 (09:04 -0700)
(cherry picked from commit 063e8ab72bf540ffd0e9214df38012be4b7727d8)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Doc/library/asyncio-stream.rst

index 72355d356f20520201ebdb470afa2c9c3879e84d..97431d103cf4baebf4b5a4a9f6a8cd3eb93c313c 100644 (file)
@@ -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()