From: Senthil Kumaran Date: Wed, 20 Mar 2013 01:03:39 +0000 (-0700) Subject: #17474 - merge from 3.3. Update default Docs with versionchanged markup on what's... X-Git-Tag: v3.4.0a1~1139^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ddec17f018428c64cccc2cce855187e3b97c064;p=python #17474 - merge from 3.3. Update default Docs with versionchanged markup on what's removed --- 6ddec17f018428c64cccc2cce855187e3b97c064 diff --cc Doc/library/urllib.request.rst index e235642587,c5070845cc..ef80a924a7 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@@ -498,6 -529,27 +498,11 @@@ request Return a list of tuples (header_name, header_value) of the Request headers. - -.. method:: Request.set_proxy(host, type) - -.. method:: Request.get_origin_req_host() - - Return the request-host of the origin transaction, as defined by - :rfc:`2965`. See the documentation for the :class:`Request` constructor. - Deprecated in 3.3, use :attr:`Request.origin_req_host`. - - .. deprecated-removed:: 3.3 3.4 - - -.. method:: Request.is_unverifiable() - - Return whether the request is unverifiable, as defined by RFC 2965. See the - documentation for the :class:`Request` constructor. Deprecated in 3.3, use - :attr:`Request.unverifiable`. - - .. deprecated-removed:: 3.3 3.4 - ++.. 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