Tom Pinckney <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2637>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to