[issue3300] urllib.quote and unquote - Unicode issues

Bill Janssen report at bugs.python.org
Fri Aug 8 04:07:02 CEST 2008


Bill Janssen <bill.janssen at gmail.com> added the comment:

Just to be clear:  any octet would seem to be allowed in the "path" of
an "http" URL, but any non-ASCII octet must be percent-encoded.  So the
URL itself is still an ASCII string, considered opaquely.

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


More information about the Python-bugs-list mailing list