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 r.david.murray
Recipients durin42, jleedev, r.david.murray
Date 2014-08-07.17:50:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407433824.47.0.820291338052.issue22165@psf.upfronthosting.co.za>
In-reply-to
Content
Because http traffic is supposed to be either latin-1 or whatever charset is specified (at least, to my understanding that is the case), so sending incorrectly encoded data seems wrong.

On the other hand, we support unix files systems not having well defined charsets, so extending this to directory listings in http isn't crazy.  That does raise the question, though, of passing the bytes through python3's string model without breaking anything, so some careful thought may be required.  I haven't looked at the details, though, so it might well be pretty simple.
History
Date User Action Args
2014-08-07 17:50:24r.david.murraysetrecipients: + r.david.murray, durin42, jleedev
2014-08-07 17:50:24r.david.murraysetmessageid: <1407433824.47.0.820291338052.issue22165@psf.upfronthosting.co.za>
2014-08-07 17:50:24r.david.murraylinkissue22165 messages
2014-08-07 17:50:24r.david.murraycreate