[Python-checkins] cpython (3.3): #7152: Remove incorrectly added reference to DataHandler.

r.david.murray python-checkins at python.org
Sun Apr 28 23:07:36 CEST 2013


http://hg.python.org/cpython/rev/122d42d5268e
changeset:   83546:122d42d5268e
branch:      3.3
parent:      83541:3dcc81c2eef5
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Apr 28 17:06:01 2013 -0400
summary:
  #7152: Remove incorrectly added reference to DataHandler.

files:
  Doc/howto/urllib2.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst
--- a/Doc/howto/urllib2.rst
+++ b/Doc/howto/urllib2.rst
@@ -507,7 +507,7 @@
     -- ``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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list