]> granicus.if.org Git - python/commit
Two small changes, SF bug #974757 and SF patch #1037974.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 22 Dec 2004 14:27:19 +0000 (14:27 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 22 Dec 2004 14:27:19 +0000 (14:27 +0000)
commitb300ae3a79624867cad30fddfb3350f9c731f21c
tree786f69a7db81e9c5650868c373f9940066d22a9e
parent6414cd8717dfc923b22d8541db1f6e9ebb8dc023
Two small changes, SF bug #974757 and SF patch #1037974.

Pass the full URL to find_user_password(), in particular so that hosts
with port numbers can be looked up.

Also specify the digest algorithm, even if it's MD5.  Titus Brown
verified that this fixes a problem with LiveJournal.
Lib/urllib2.py