]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#7152: Remove incorrectly added reference to DataHandler.
authorR David Murray <rdmurray@bitdance.com>
Sun, 28 Apr 2013 21:04:53 +0000 (17:04 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 28 Apr 2013 21:04:53 +0000 (17:04 -0400)
Doc/howto/urllib2.rst

index d4a0e639c0193ae32a987e21580fa0e09974d45a..f84bf0810f69ce51d2bc75de05cd2fcbb2a1623d 100644 (file)
@@ -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)