[issue10753] request_uri method of wsgiref module does not support RFC1808 params.

R. David Murray report at bugs.python.org
Wed Dec 29 15:18:36 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

In this case I think it is safe enough, since it only results in the ;,= not getting encoded.  If an application were doing anything with the encoded chars, it would probably be decoding them, and now that step will simply become a noop.  Of course, breakage is always possible, but this change seems worth what appears to be a relatively small risk.

----------

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


More information about the Python-bugs-list mailing list