]> granicus.if.org Git - python/commit
Apply patch 823328 -- support for rfc 2617 digestion authentication.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 21 Oct 2003 18:07:07 +0000 (18:07 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 21 Oct 2003 18:07:07 +0000 (18:07 +0000)
commitfcefd0d2a50ab1b2df1d21028e1b2160141e707e
tree2f88b9383818cf2a9a3143f678175c37751d57e1
parent4e21dc9efd1116d58336d5cc55a62c9aa10e6ecf
Apply patch 823328 -- support for rfc 2617 digestion authentication.

The patch was tweaked slightly.  It's get a different mechanism for
generating the cnonce which uses /dev/urandom when possible to
generate less-easily-guessed random input.

Also rearrange the imports so that they are alphabetical and
duplicates are eliminated.

Add a few XXX comments about things left undone and things that could
be improved.
Lib/urllib2.py