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 serhiy.storchaka
Recipients ezio.melotti, jcea, serhiy.storchaka, vstinner
Date 2012-12-14.21:51:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355521919.73.0.0434147823088.issue16685@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.x it was have a little sense (if you use some 8-bit encoding as default encoding, but the default was 7-bit ascii). But with utf-8 it doesn't have sense and should quickly lead to an unexpected result (or just fail in most cases).
History
Date User Action Args
2012-12-14 21:51:59serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, vstinner, ezio.melotti
2012-12-14 21:51:59serhiy.storchakasetmessageid: <1355521919.73.0.0434147823088.issue16685@psf.upfronthosting.co.za>
2012-12-14 21:51:59serhiy.storchakalinkissue16685 messages
2012-12-14 21:51:59serhiy.storchakacreate