[Python-checkins] Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)

JelleZijlstra webhook-mailer at python.org
Sun May 8 11:44:58 EDT 2022


https://github.com/python/cpython/commit/063e8ab72bf540ffd0e9214df38012be4b7727d8
commit: 063e8ab72bf540ffd0e9214df38012be4b7727d8
branch: main
author: Oleg Iarygin <oleg at arhadthedev.net>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-05-08T08:44:54-07:00
summary:

Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)

files:
M Doc/library/asyncio-stream.rst

diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst
index 72355d356f205..97431d103cf4b 100644
--- a/Doc/library/asyncio-stream.rst
+++ b/Doc/library/asyncio-stream.rst
@@ -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()
 



More information about the Python-checkins mailing list