summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-04-28 21:04:53 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-04-28 21:04:53 (GMT)
commitfc45ce870f73e82e3864d1c12eb3fd18d658e9ea (patch)
tree05215feb43625269ac88e32e8477c883297b5d97
parentc1ea5ec905c181553cd2f8d56259dff2c072253f (diff)
downloadcpython-fc45ce870f73e82e3864d1c12eb3fd18d658e9ea.zip
cpython-fc45ce870f73e82e3864d1c12eb3fd18d658e9ea.tar.gz
cpython-fc45ce870f73e82e3864d1c12eb3fd18d658e9ea.tar.bz2
#7152: Remove incorrectly added reference to DataHandler.
-rw-r--r--Doc/howto/urllib2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst
index d4a0e63..f84bf08 100644
--- a/Doc/howto/urllib2.rst
+++ b/Doc/howto/urllib2.rst
@@ -492,7 +492,7 @@ than the URL you pass to .add_password() will also match. ::
-- ``ProxyHandler`` (if a proxy setting such as an :envvar:`http_proxy`
environment variable is set), ``UnknownHandler``, ``HTTPHandler``,
``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
- ``FileHandler``, ``DataHandler``, ``HTTPErrorProcessor``.
+ ``FileHandler``, ``HTTPErrorProcessor``.
``top_level_url`` is in fact *either* a full URL (including the 'http:' scheme
component and the hostname and optionally the port number)