summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-04-28 21:06:01 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-04-28 21:06:01 (GMT)
commit775ccdf1fc87922f8fe0d46a3e8cd5f0a6a54218 (patch)
tree796ba28c323a82105c2309ecd8cc9730bf42eb9a /Doc/howto
parent5a4c233a9e6450919ddea78d7df22a76b4758322 (diff)
downloadcpython-775ccdf1fc87922f8fe0d46a3e8cd5f0a6a54218.zip
cpython-775ccdf1fc87922f8fe0d46a3e8cd5f0a6a54218.tar.gz
cpython-775ccdf1fc87922f8fe0d46a3e8cd5f0a6a54218.tar.bz2
#7152: Remove incorrectly added reference to DataHandler.
Diffstat (limited to 'Doc/howto')
-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 b683ab6..7afe9a6 100644
--- a/Doc/howto/urllib2.rst
+++ b/Doc/howto/urllib2.rst
@@ -507,7 +507,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)