]> granicus.if.org Git - python/commit
fixes bug #111951
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 31 Aug 2000 15:48:10 +0000 (15:48 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 31 Aug 2000 15:48:10 +0000 (15:48 +0000)
commit6102e29df28fa0707752875e23445ef1d84d5b10
tree00cf5661ca3c395788a8ffad2c21b6bdef1a385a
parent7e861bd1b39e3a0f60e39e12483754558562cf07
fixes bug #111951
applies patch #101369 by Moshe Zadke
use explicit list of always safe characters instead of string.letters
add test case
Lib/test/output/test_urllib [new file with mode: 0644]
Lib/test/test_urllib.py [new file with mode: 0644]
Lib/urllib.py