]> granicus.if.org Git - python/commit
Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None.
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 19 Jul 2010 18:17:19 +0000 (18:17 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 19 Jul 2010 18:17:19 +0000 (18:17 +0000)
commit79e17f6f666e6b41320b7355c34d8a292fa5b586
tree7db7c5eb546ac46879af936aac738eb0ba568ec8
parent99212f61db1155c4d82b449078fe337cbd42a19f
Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None.
Lib/test/test_urllib.py
Lib/urllib/parse.py