[Python-checkins] cpython (3.5): Issue #25114: Adjust versionchanged in the doc

victor.stinner python-checkins at python.org
Mon Sep 21 18:28:19 CEST 2015


https://hg.python.org/cpython/rev/2f451651038c
changeset:   98136:2f451651038c
branch:      3.5
parent:      98134:4115bc40b5ef
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Sep 21 18:27:52 2015 +0200
summary:
  Issue #25114: Adjust versionchanged in the doc

files:
  Doc/library/asyncio-protocol.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
--- a/Doc/library/asyncio-protocol.rst
+++ b/Doc/library/asyncio-protocol.rst
@@ -82,7 +82,7 @@
 
         - ``'subprocess'``: :class:`subprocess.Popen` instance
 
-   .. versionchanged:: 3.4.4
+   .. versionchanged:: 3.5.1
       ``'ssl_object'`` info was added to SSL sockets.
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list