]> granicus.if.org Git - python/commit
Fix an oversight in r83294. unquote() should reject bytes. Issue #9301.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 31 Jul 2010 08:56:55 +0000 (08:56 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 31 Jul 2010 08:56:55 +0000 (08:56 +0000)
commitc049fca0da0b81b04060d52443af493afa560ee8
tree6ed83d033f4f76f006d086848126e2526acb151f
parent62069d3ce743c6f5f91ef3700d6bc2cc69172359
Fix an oversight in r83294.  unquote() should reject bytes.  Issue #9301.
Lib/test/test_urllib.py
Lib/urllib/parse.py