From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 8 May 2022 16:04:29 +0000 (-0700) Subject: Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378) X-Git-Tag: v3.11.0b2~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8037fb708e1c4f5a6ba06cd60fd84779e41f289e;p=thirdparty%2FPython%2Fcpython.git Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378) (cherry picked from commit 063e8ab72bf540ffd0e9214df38012be4b7727d8) Co-authored-by: Oleg Iarygin --- diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 72355d356f20..97431d103cf4 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()