diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-03-19 21:27:21 -0700 |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-03-19 21:27:21 -0700 |
commit | 08c73e80df9148465393cf0118762d3feaa201fb (patch) | |
tree | 3f15fa3fcc6a06f96cb207bdb09154a9eec3ffa3 | |
parent | 9a7d3768a3458031c8df2de0250ba7d1dfa6a391 (diff) | |
parent | 6ddec17f018428c64cccc2cce855187e3b97c064 (diff) | |
download | cpython-git-08c73e80df9148465393cf0118762d3feaa201fb.tar.gz |
Automated merge with ssh://hg.python.org/cpython
-rw-r--r-- | Doc/library/urllib.request.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index e235642587..ef80a924a7 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -498,6 +498,11 @@ 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. + .. _opener-director-objects: OpenerDirector Objects |