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 lealanko
Recipients gvanrossum, lealanko
Date 2007-10-19.07:10:48
SpamBayes Score 0.05152962
Marked as misclassified No
Message-id <1192777851.9.0.939002998986.issue1298@psf.upfronthosting.co.za>
In-reply-to
Content
The character set of EBCDIC is a superset of the character set of
ASCII. In fact CP1047, the variant used on z/OS, has the same
character set as Latin-1. Only the encoding is completely
different.

As a non-ASCII platform, z/OS is certainly challenging for people
used to modern conventions, and that is exactly why a familiar
and easy-to-use tool like Python is so valuable there. As for
viability, there are some obvious difficulties with Python's
handling of source encodings, but as long as you restrict
yourself to the ASCII _character set_ in your source code, the
vast majority of things seem to work fine with my patch.

There are more details in my mail to python-dev, which doesn't
seem to have appeared yet. I'm not a subscriber, so it's probably
pending moderation somewhere. (I hope "The list address accepts
e-mail from non-members" is still correct information.)
History
Date User Action Args
2007-10-19 07:10:52lealankosetspambayes_score: 0.0515296 -> 0.05152962
recipients: + lealanko, gvanrossum
2007-10-19 07:10:51lealankosetspambayes_score: 0.0515296 -> 0.0515296
messageid: <1192777851.9.0.939002998986.issue1298@psf.upfronthosting.co.za>
2007-10-19 07:10:51lealankolinkissue1298 messages
2007-10-19 07:10:50lealankocreate