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 loewis
Recipients gvanrossum, jcgregorio, loewis
Date 2008-03-22.18:07:45
SpamBayes Score 0.12891334
Marked as misclassified No
Message-id <1206209266.82.0.881082909558.issue1762940@psf.upfronthosting.co.za>
In-reply-to
Content
I think the patch was wrong. I question whether urllib *should* work on
str at all, given that URLs are byte strings.

In any case, the quoting is incorrect for str; it should implement rfc
3987, but currently does a mixture of Latin-1 and UTF-8.
History
Date User Action Args
2008-03-22 18:07:49loewissetspambayes_score: 0.128913 -> 0.12891334
recipients: + loewis, gvanrossum, jcgregorio
2008-03-22 18:07:49loewissetspambayes_score: 0.128913 -> 0.128913
messageid: <1206209266.82.0.881082909558.issue1762940@psf.upfronthosting.co.za>
2008-03-22 18:07:45loewislinkissue1762940 messages
2008-03-22 18:07:45loewiscreate