diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-04-28 21:04:53 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-04-28 21:04:53 (GMT) |
commit | fc45ce870f73e82e3864d1c12eb3fd18d658e9ea (patch) | |
tree | 05215feb43625269ac88e32e8477c883297b5d97 | |
parent | c1ea5ec905c181553cd2f8d56259dff2c072253f (diff) | |
download | cpython-fc45ce870f73e82e3864d1c12eb3fd18d658e9ea.zip cpython-fc45ce870f73e82e3864d1c12eb3fd18d658e9ea.tar.gz cpython-fc45ce870f73e82e3864d1c12eb3fd18d658e9ea.tar.bz2 |
#7152: Remove incorrectly added reference to DataHandler.
-rw-r--r-- | Doc/howto/urllib2.rst | 2 |
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) |