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 qigangxu
Recipients ezio.melotti, qigangxu, vstinner
Date 2019-08-03.11:34:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564832053.37.0.298269063007.issue37751@roundup.psfhosted.org>
In-reply-to
Content
In codecs.c,  when _PyCodec_Lookup() call normalizestring(), both spaces and hyphens should be convered to underscores. Not convert spaces to hyphens.

see:https://github.com/python/peps/blob/master/pep-0100.txt, Codecs (Coder/Decoders) Lookup
History
Date User Action Args
2019-08-03 11:34:13qigangxusetrecipients: + qigangxu, vstinner, ezio.melotti
2019-08-03 11:34:13qigangxusetmessageid: <1564832053.37.0.298269063007.issue37751@roundup.psfhosted.org>
2019-08-03 11:34:13qigangxulinkissue37751 messages
2019-08-03 11:34:13qigangxucreate