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 doerwalter, lemburg, serhiy.storchaka, terry.reedy, vstinner, 王杰
Date 2015-12-26.21:46:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY5i864Ot-itKA+7EqJohHtJkYpvubuKFsoSTcrN_SB+w@mail.gmail.com>
In-reply-to <1451162100.7.0.739057527855.issue25937@psf.upfronthosting.co.za>
Content
In Python, there are multiple implementations of the utf-8 codec with many
shortcuts. I'm not surprised to see bugs depending on the exact syntax of
the utf-8 codec name. Maybe we need to share even more code to normalize
and compare codec names. (I think that py3 is better than py2 on this part.)
History
Date User Action Args
2015-12-26 21:46:17vstinnersetrecipients: + vstinner, lemburg, doerwalter, terry.reedy, serhiy.storchaka, 王杰
2015-12-26 21:46:17vstinnerlinkissue25937 messages
2015-12-26 21:46:17vstinnercreate