[Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython

senthil.kumaran python-checkins at python.org
Wed Mar 20 05:25:04 CET 2013


http://hg.python.org/cpython/rev/b50df62722a3
changeset:   82824:b50df62722a3
parent:      82821:ced9602a3710
parent:      82823:ed6817ff19b8
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Tue Mar 19 21:27:21 2013 -0700
summary:
  Automated merge with ssh://hg.python.org/cpython

files:
  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
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -498,6 +498,11 @@
 
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list