]> granicus.if.org Git - python/commit
Fix bug #314, reported by Craig Allen <cba@mediaone.net>:
authorFred Drake <fdrake@acm.org>
Sat, 1 Jul 2000 07:03:30 +0000 (07:03 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 1 Jul 2000 07:03:30 +0000 (07:03 +0000)
commit9e94afd18daec70460ff52b4a75bde31e60347b4
treeb19eec4b2b149350401407616565a30b13778e6b
parent162bd855a631ed66f83ff3ed76ae1533de033298
Fix bug #314, reported by Craig Allen <cba@mediaone.net>:
splittype():  Always lower-case the URL scheme; these are supposed to be
               normalized according to RFC 1738 anyway.
Lib/urllib.py