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

Tom Pinckney report at bugs.python.org
Wed May 7 00:54:57 CEST 2008


Tom Pinckney <thomaspinckney3 at gmail.com> added the comment:

It also looks like urllib.quote (and quote_plus) do not properly handle 
unicode strings. urllib.urlencode() properly converts unicode strings to 
utf-8 encoded ascii strings before then calling urllib.quote() on them.

----------
nosy: +thomaspinckney3

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2637>
__________________________________


More information about the Python-bugs-list mailing list