summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-12-22 09:36:45 (GMT)
committerGeorg Brandl <georg@python.org>2012-12-22 09:36:45 (GMT)
commitc0fc95829982d35c64f83fbfeb7e1c6a0c685d78 (patch)
treedc7a6b5704659d2751289e3fba20a236a6a588bb /Doc/library/urllib.request.rst
parent8fba5365d569637567807df10fa364e8107f8cd7 (diff)
downloadcpython-c0fc95829982d35c64f83fbfeb7e1c6a0c685d78.zip
cpython-c0fc95829982d35c64f83fbfeb7e1c6a0c685d78.tar.gz
cpython-c0fc95829982d35c64f83fbfeb7e1c6a0c685d78.tar.bz2
Add a missing versionadded.
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r--Doc/library/urllib.request.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index 65637fd..d5f3f2c 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -465,6 +465,8 @@ request.
Remove named header from the request instance (both from regular and
unredirected headers).
+ .. versionadded:: 3.4
+
.. method:: Request.get_full_url()