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 serhiy.storchaka
Recipients Vladimir Filippov, ezio.melotti, serhiy.storchaka, vstinner
Date 2017-06-07.12:22:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496838120.41.0.947711434235.issue30586@psf.upfronthosting.co.za>
In-reply-to
Content
The cp500 codec in Python is generated from the table ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/EBCDIC/CP500.TXT .

There are several EBCDIC code pages. EBCDIC-compatible encodings supported in Python are: cp037, cp273, cp424, cp500, cp875, cp1026 and cp1140. Three of them, cp037, cp424 and cp1140, encode '!' to b'\x5A' and '|' to b'\x4F'.
History
Date User Action Args
2017-06-07 12:22:00serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, Vladimir Filippov
2017-06-07 12:22:00serhiy.storchakasetmessageid: <1496838120.41.0.947711434235.issue30586@psf.upfronthosting.co.za>
2017-06-07 12:22:00serhiy.storchakalinkissue30586 messages
2017-06-07 12:22:00serhiy.storchakacreate