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 vstinner
Recipients lemburg, pitrou, vstinner
Date 2010-06-07.22:32:59
SpamBayes Score 0.07609152
Marked as misclassified No
Message-id <1275949981.66.0.571681325081.issue8922@psf.upfronthosting.co.za>
In-reply-to
Content
> Note that these shortcut bypass the codec registry logic.

Yes, but it's already the case without my patch. I don't think that it's really useful to override latin1, utf-8, utf-16, utf-32 or mbcs. I prefer a faster Python :-) 

> we have to be careful about adding more such shortcuts.

I just want to add a shortcut for ISO-8859-1.
History
Date User Action Args
2010-06-07 22:33:01vstinnersetrecipients: + vstinner, lemburg, pitrou
2010-06-07 22:33:01vstinnersetmessageid: <1275949981.66.0.571681325081.issue8922@psf.upfronthosting.co.za>
2010-06-07 22:32:59vstinnerlinkissue8922 messages
2010-06-07 22:32:59vstinnercreate