[issue2637] urllib.quote() escapes characters unnecessarily and contrary to docs

Nir Soffer report at bugs.python.org
Sun Aug 9 18:04:53 CEST 2009


Nir Soffer <nirsof at gmail.com> added the comment:

Here is one example of code that would break if the safe parameter is
changed in a careless way mentioned here (look for url_encode):

http://dev.pocoo.org/projects/werkzeug/browser/werkzeug/urls.py#L112

I'm sure we can find similar code in every web application.

----------

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


More information about the Python-bugs-list mailing list