diff options
author | Georg Brandl <georg@python.org> | 2014-03-24 08:06:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-24 08:06:33 (GMT) |
commit | 77605cb93727fd0fc8809af6e9292e12c8200cb2 (patch) | |
tree | 73dd4f3644b64a05c463d553c7f9bfc18ce5f768 /Doc/library/urllib.request.rst | |
parent | 29636aeaccaf6a1412e0dc7c230db29cccf68381 (diff) | |
parent | df48b97855b378a13d852656d358ca92ecbe4aa3 (diff) | |
download | cpython-77605cb93727fd0fc8809af6e9292e12c8200cb2.zip cpython-77605cb93727fd0fc8809af6e9292e12c8200cb2.tar.gz cpython-77605cb93727fd0fc8809af6e9292e12c8200cb2.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 6ac9081..019f59c 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -523,9 +523,10 @@ request. Return a list of tuples (header_name, header_value) of the Request headers. .. versionchanged:: 3.4 - Request methods add_data, has_data, get_data, get_type, get_host, - get_selector, get_origin_req_host and is_unverifiable deprecated since 3.3 - have been removed. + The request methods add_data, has_data, get_data, get_type, get_host, + get_selector, get_origin_req_host and is_unverifiable that were deprecated + since 3.3 have been removed. + .. _opener-director-objects: |