]> granicus.if.org Git - python/commit
SF #614596, fix for urllib2.AbstractBasicAuthHandler, John Williams (johnw42)
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 9 Oct 2002 23:17:04 +0000 (23:17 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 9 Oct 2002 23:17:04 +0000 (23:17 +0000)
commit853ddd5cb96981966b935ed75bf8af0cfd0bee24
tree9dce3e17d173af218829d9bec9849ac313d65f36
parentaa02c8441b368f1a9d4ae9c5203061d8b1627cf0
SF #614596, fix for urllib2.AbstractBasicAuthHandler, John Williams (johnw42)

Make the regex case insensitive for some web sites which use Realm.
Lib/urllib2.py