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 methane
Recipients blkserene, epicfaace, ezio.melotti, lemburg, methane, vstinner
Date 2019-02-25.05:12:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551071574.58.0.511911783404.issue35551@roundup.psfhosted.org>
In-reply-to
Content
@lemburg
I confirmed mac_latin1 and mac_centeuro are identical, even though they are generated from different sources.

>>> from encodings import mac_latin2, mac_centeuro
>>> mac_latin2.decoding_table == mac_centeuro.decoding_table
True

How do you think about removing mac_centeuro and adding an alias to mac_latin2?
History
Date User Action Args
2019-02-25 05:12:54methanesetrecipients: + methane, lemburg, vstinner, ezio.melotti, blkserene, epicfaace
2019-02-25 05:12:54methanesetmessageid: <1551071574.58.0.511911783404.issue35551@roundup.psfhosted.org>
2019-02-25 05:12:54methanelinkissue35551 messages
2019-02-25 05:12:54methanecreate