diff options
author | Georg Brandl <georg@python.org> | 2006-05-29 20:52:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-29 20:52:54 (GMT) |
commit | 261e251df8ed5b588ecb2b9f722596c085c8c244 (patch) | |
tree | f60e3e576db37e8fc7b340159e7f3749be1e2ad1 /Doc | |
parent | 08490146df70ef8c98f9c828ea861c661761b09e (diff) | |
download | cpython-261e251df8ed5b588ecb2b9f722596c085c8c244.zip cpython-261e251df8ed5b588ecb2b9f722596c085c8c244.tar.gz cpython-261e251df8ed5b588ecb2b9f722596c085c8c244.tar.bz2 |
Patches #1497027 and #972322: try HTTP digest auth first,
and watch out for handler name collisions.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/liburllib2.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index 7c8ad5d..f77ed25 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -65,9 +65,7 @@ exists), \class{HTTPSHandler} will also be added. Beginning in Python 2.3, a \class{BaseHandler} subclass may also change its \member{handler_order} member variable to modify its -position in the handlers list. Besides \class{ProxyHandler}, which has -\member{handler_order} of \code{100}, all handlers currently have it -set to \code{500}. +position in the handlers list. \end{funcdesc} |