This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thomaspinckney3
Recipients thomaspinckney3, tlesher
Date 2008-05-06.22:54:55
SpamBayes Score 0.04498618
Marked as misclassified No
Message-id <1210114497.74.0.820140532546.issue2637@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-06 22:54:58thomaspinckney3setspambayes_score: 0.0449862 -> 0.04498618
recipients: + thomaspinckney3, tlesher
2008-05-06 22:54:57thomaspinckney3setspambayes_score: 0.0449862 -> 0.0449862
messageid: <1210114497.74.0.820140532546.issue2637@psf.upfronthosting.co.za>
2008-05-06 22:54:56thomaspinckney3linkissue2637 messages
2008-05-06 22:54:55thomaspinckney3create