[Python-checkins] python/dist/src/Lib urllib.py,1.150,1.151

Skip Montanaro skip@pobox.com
Thu, 12 Sep 2002 14:56:56 -0500


    jack> Treat file://localhost/ as local too (same as file:/ and file:///).
    jack> Fixes #607789, bugfix candidate.

Should probably test against 

    url[2:12].lower()

as hostnames are case-insensitive.

Skip