[issue12910] urrlib.quote quotes too many chars, e.g., '()'

Senthil Kumaran report at bugs.python.org
Tue Sep 6 13:54:32 CEST 2011


Senthil Kumaran <senthil at uthcode.com> added the comment:

It can aggressively put these chars !~*\'() in the safe list.  I will look at the history to see if they originally present and were removed for some reason or they did not make it the list in the first place. 

If we do add, then it should be only 3.3 (Someone could be relying on the old behavior).

----------
assignee:  -> orsenthil
nosy: +orsenthil
versions: +Python 3.3 -Python 2.6, Python 2.7

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


More information about the Python-bugs-list mailing list