From: R David Murray Date: Sun, 28 Apr 2013 21:04:53 +0000 (-0400) Subject: #7152: Remove incorrectly added reference to DataHandler. X-Git-Tag: v2.7.5~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc45ce870f73e82e3864d1c12eb3fd18d658e9ea;p=thirdparty%2FPython%2Fcpython.git #7152: Remove incorrectly added reference to DataHandler. --- diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index d4a0e639c019..f84bf0810f69 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)