summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-03 17:04:01 -0500
committerBenjamin Peterson <benjamin@python.org>2014-11-03 17:04:01 -0500
commit4a358de34e5963b68bef1a398f0e0686331912e7 (patch)
tree8089e188d25b34924a8381ae3db979b05322551c
parent678e11aa22a401058f7f5ebb1fbd6fd6c9ec3b93 (diff)
downloadcpython-git-4a358de34e5963b68bef1a398f0e0686331912e7.tar.gz
context has been backported so fix versionchanged
-rw-r--r--Doc/library/urllib.request.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index f860c03177..f42025961f 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -110,7 +110,7 @@ The :mod:`urllib.request` module defines the following functions:
.. versionchanged:: 3.3
*cadefault* was added.
- .. versionchanged:: 3.5
+ .. versionchanged:: 3.4.3
*context* was added.