[issue9301] urllib.quote(None) returns None in 2.7 (raised TypeError before)

Florent Xicluna report at bugs.python.org
Wed Jul 28 00:16:14 CEST 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

For 3.2, there's some other corner cases which are not covered by the patch. Example:
>>> unquote(())
>>> unquote({})

See attached patch.

----------
keywords: +patch
stage: committed/rejected -> commit review
status: closed -> open
versions: +Python 3.2 -Python 2.7
Added file: http://bugs.python.org/file18221/issue9301_unquote.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9301>
_______________________________________


More information about the Python-bugs-list mailing list