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 eric.araujo
Recipients Dubslow, eric.araujo, ezio.melotti, vstinner
Date 2014-02-14.18:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392403747.09.0.204638892371.issue20559@psf.upfronthosting.co.za>
In-reply-to
Content
Even if Python 3’s text model is based on Unicode, some data formats have their own rules.  There’s a long debate about whether URIs should be bytes or text; it looks like unlike web browsers, urllib/httplib don’t try to be smart with the URIs they are given but just require them to be properly formatted, i.e. not containing any space or characters that are not %-encoded.

Is the documentation clear about this behaviour?  If not, it would probably be simpler to improve the documentation rather than change the behaviour.
History
Date User Action Args
2014-02-14 18:49:07eric.araujosetrecipients: + eric.araujo, vstinner, ezio.melotti, Dubslow
2014-02-14 18:49:07eric.araujosetmessageid: <1392403747.09.0.204638892371.issue20559@psf.upfronthosting.co.za>
2014-02-14 18:49:07eric.araujolinkissue20559 messages
2014-02-14 18:49:06eric.araujocreate