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

Senthil Kumaran report at bugs.python.org
Mon Jul 19 12:03:48 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

The fast path was intended to return the empty string.
When s is None, it should return a TypeError.

----------
assignee:  -> orsenthil
resolution:  -> accepted

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


More information about the Python-bugs-list mailing list