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, shihai1991, vstinner
Date 2019-08-03.13:13:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564838013.57.0.0983087568982.issue37751@roundup.psfhosted.org>
In-reply-to
Content
The design and code of the following four places need to be consistent,

No.1 https://github.com/python/peps/blob/master/pep-0100.txt#L292
No.2 https://github.com/python/cpython/blob/master/Python/codecs.c#L113
No.3 https://github.com/python/cpython/blob/master/Python/codecs.c#L53  
No.4 https://github.com/python/cpython/blob/master/Python/codecs.c#74
History
Date User Action Args
2019-08-03 13:13:33qigangxusetrecipients: + qigangxu, vstinner, ezio.melotti, shihai1991
2019-08-03 13:13:33qigangxusetmessageid: <1564838013.57.0.0983087568982.issue37751@roundup.psfhosted.org>
2019-08-03 13:13:33qigangxulinkissue37751 messages
2019-08-03 13:13:33qigangxucreate