mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
Merged revisions 74148 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74148 | ezio.melotti | 2009-07-21 23:18:27 +0300 (Tue, 21 Jul 2009) | 1 line #6536 fixed typo ........
This commit is contained in:
parent
9d7c3cd6d7
commit
8e87fec09d
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ than the URL you pass to .add_password() will also match. ::
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
In the above example we only supplied our ``HHTPBasicAuthHandler`` to
|
In the above example we only supplied our ``HTTPBasicAuthHandler`` to
|
||||||
``build_opener``. By default openers have the handlers for normal situations
|
``build_opener``. By default openers have the handlers for normal situations
|
||||||
-- ``ProxyHandler``, ``UnknownHandler``, ``HTTPHandler``,
|
-- ``ProxyHandler``, ``UnknownHandler``, ``HTTPHandler``,
|
||||||
``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
|
``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue