summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-29 20:52:54 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-29 20:52:54 (GMT)
commit261e251df8ed5b588ecb2b9f722596c085c8c244 (patch)
treef60e3e576db37e8fc7b340159e7f3749be1e2ad1 /Doc
parent08490146df70ef8c98f9c828ea861c661761b09e (diff)
downloadcpython-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.tex4
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}