]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #25114: Adjust versionchanged in the doc
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 16:27:52 +0000 (18:27 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 16:27:52 +0000 (18:27 +0200)
Doc/library/asyncio-protocol.rst

index 40e8bef098b8244e9b60c4b7cc80a35b5ed3eae9..18aeafa81f83795f00023717c06450ea38fb423a 100644 (file)
@@ -82,7 +82,7 @@ BaseTransport
 
         - ``'subprocess'``: :class:`subprocess.Popen` instance
 
-   .. versionchanged:: 3.4.4
+   .. versionchanged:: 3.5.1
       ``'ssl_object'`` info was added to SSL sockets.