diff options
author | Georg Brandl <georg@python.org> | 2012-12-22 09:36:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-12-22 09:36:45 (GMT) |
commit | c0fc95829982d35c64f83fbfeb7e1c6a0c685d78 (patch) | |
tree | dc7a6b5704659d2751289e3fba20a236a6a588bb /Doc/library/urllib.request.rst | |
parent | 8fba5365d569637567807df10fa364e8107f8cd7 (diff) | |
download | cpython-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.rst | 2 |
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() |