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

Rodrigo Steinmuller Wanderley report at bugs.python.org
Thu Aug 6 21:51:50 CEST 2009


Rodrigo Steinmuller Wanderley <rodrigoswanderley at gmail.com> added the comment:

> Unreserved characters can be escaped without changing the semantics
> of the URI, but this should not be done unless the URI is being used
> in a context that does not allow the unescaped character to appear.

How can we identify "a context that does not allow the unescaped
character to appear"?

----------
nosy: +rwanderley

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


More information about the Python-bugs-list mailing list