[Python-checkins] cpython: context has been backported so fix versionchanged

benjamin.peterson python-checkins at python.org
Mon Nov 3 23:04:09 CET 2014


https://hg.python.org/cpython/rev/aeb1f941663f
changeset:   93375:aeb1f941663f
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Nov 03 17:04:01 2014 -0500
summary:
  context has been backported so fix versionchanged

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


diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -110,7 +110,7 @@
    .. versionchanged:: 3.3
       *cadefault* was added.
 
-   .. versionchanged:: 3.5
+   .. versionchanged:: 3.4.3
       *context* was added.
 
 

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


More information about the Python-checkins mailing list