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 l0nwlf
Recipients l0nwlf, lemburg, r.david.murray
Date 2010-06-04.20:53:02
SpamBayes Score 0.04043972
Marked as misclassified No
Message-id <1275684784.08.0.39836176133.issue8898@psf.upfronthosting.co.za>
In-reply-to
Content
>We need to add aliases for those codecs. The current aliases
>list only supports the format "latinN" for N in 1-10.

latinN means latin1 to latin10 ? 
But latin_1 is a recognized alias.

>>> codecs.lookup('latin_1')
<codecs.CodecInfo object for encoding iso8859-1 at 0x10160aae0>
History
Date User Action Args
2010-06-04 20:53:04l0nwlfsetrecipients: + l0nwlf, lemburg, r.david.murray
2010-06-04 20:53:04l0nwlfsetmessageid: <1275684784.08.0.39836176133.issue8898@psf.upfronthosting.co.za>
2010-06-04 20:53:02l0nwlflinkissue8898 messages
2010-06-04 20:53:02l0nwlfcreate