summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/urllib2.rst')
-rw-r--r--Doc/library/urllib2.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst
index ea43ebf..6360ab8 100644
--- a/Doc/library/urllib2.rst
+++ b/Doc/library/urllib2.rst
@@ -44,9 +44,6 @@ The :mod:`urllib2` module defines the following functions:
default installed global :class:`OpenerDirector` uses :class:`UnknownHandler` to
ensure this never happens).
- .. versionchanged:: 2.6
- *timeout* was added.
-
.. function:: install_opener(opener)
@@ -302,16 +299,12 @@ so all must be overridden in subclasses.
Add a header that will not be added to a redirected request.
- .. versionadded:: 2.4
-
.. method:: Request.has_header(header)
Return whether the instance has the named header (checks both regular and
unredirected).
- .. versionadded:: 2.4
-
.. method:: Request.get_full_url()
@@ -392,9 +385,6 @@ OpenerDirector Objects
specified, or passed as None, the global default timeout setting will be used;
this actually only work for HTTP, HTTPS, FTP and FTPS connections).
- .. versionchanged:: 2.6
- *timeout* was added.
-
.. method:: OpenerDirector.error(proto[, arg[, ...]])
@@ -611,11 +601,8 @@ HTTPRedirectHandler Objects
HTTPCookieProcessor Objects
---------------------------
-.. versionadded:: 2.4
-
:class:`HTTPCookieProcessor` instances have one attribute:
-
.. attribute:: HTTPCookieProcessor.cookiejar
The :class:`cookielib.CookieJar` in which cookies are stored.
@@ -825,9 +812,6 @@ UnknownHandler Objects
HTTPErrorProcessor Objects
--------------------------
-.. versionadded:: 2.4
-
-
.. method:: HTTPErrorProcessor.unknown_open()
Process HTTP error responses.