diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-03-20 01:03:39 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-03-20 01:03:39 (GMT) |
commit | 6ddec17f018428c64cccc2cce855187e3b97c064 (patch) | |
tree | 1b36bd497b9198b19fd1471bfa79afb4e0dea1f4 /Doc/library/urllib.request.rst | |
parent | 04cbe0c35b20c8379baf55cc5e152f88449e5202 (diff) | |
parent | cd3bb8b73cf11db2d296b86b26c30f7bf2248283 (diff) | |
download | cpython-6ddec17f018428c64cccc2cce855187e3b97c064.zip cpython-6ddec17f018428c64cccc2cce855187e3b97c064.tar.gz cpython-6ddec17f018428c64cccc2cce855187e3b97c064.tar.bz2 |
#17474 - merge from 3.3. Update default Docs with versionchanged markup on what's removed
Diffstat (limited to 'Doc/library/urllib.request.rst')
-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 e235642..ef80a92 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 |