mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#7152: Remove incorrectly added reference to DataHandler.
This commit is contained in:
parent
5a4c233a9e
commit
775ccdf1fc
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
-- ``ProxyHandler`` (if a proxy setting such as an :envvar:`http_proxy`
|
||||||
environment variable is set), ``UnknownHandler``, ``HTTPHandler``,
|
environment variable is set), ``UnknownHandler``, ``HTTPHandler``,
|
||||||
``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
|
``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
|
||||||
``FileHandler``, ``DataHandler``, ``HTTPErrorProcessor``.
|
``FileHandler``, ``HTTPErrorProcessor``.
|
||||||
|
|
||||||
``top_level_url`` is in fact *either* a full URL (including the 'http:' scheme
|
``top_level_url`` is in fact *either* a full URL (including the 'http:' scheme
|
||||||
component and the hostname and optionally the port number)
|
component and the hostname and optionally the port number)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue