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 Ivan.Pozdeev
Recipients Ivan.Pozdeev, ezio.melotti, nhatcher, vstinner
Date 2018-04-13.22:20:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523658039.02.0.682650639539.issue33255@psf.upfronthosting.co.za>
In-reply-to
Content
Treating 'utf-8' and its aliases differently (when they specifically mean the Python's, rather than something else's, encoding) is definitely as issue.

You shouldn't hardcode a list of aliases though; rather use existing facilities to resolve them. From quick googling, e.g. `codecs.lookup(<encoding>).name` can get the canonical name.


Make sure to follow https://devguide.python.org/pullrequest when doing the PR; a test case will likely be needed, too.
History
Date User Action Args
2018-04-13 22:20:39Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev, vstinner, ezio.melotti, nhatcher
2018-04-13 22:20:39Ivan.Pozdeevsetmessageid: <1523658039.02.0.682650639539.issue33255@psf.upfronthosting.co.za>
2018-04-13 22:20:39Ivan.Pozdeevlinkissue33255 messages
2018-04-13 22:20:38Ivan.Pozdeevcreate