Message11052

Author stefan.richthofer
Recipients stefan.richthofer, yan12125
Date 2017-02-01.13:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485956156.97.0.357705887904.issue2527@psf.upfronthosting.co.za>
In-reply-to
Content
Also, I dug into CPython behavior a bit deeper and it does the check according to its default encoding (which is 'ascii'). In Jython it's also 'ascii' and one can set it via codecs.setDefaultEncoding or PySystemState.setdefaultencoding. By setting it to 'latin-1' the former Jython behavior (excepting ordinals in range(255) instead of range(128)) can be restored.
History
Date User Action Args
2017-02-01 13:35:56stefan.richthofersetmessageid: <1485956156.97.0.357705887904.issue2527@psf.upfronthosting.co.za>
2017-02-01 13:35:56stefan.richthofersetrecipients: + stefan.richthofer, yan12125
2017-02-01 13:35:56stefan.richthoferlinkissue2527 messages
2017-02-01 13:35:56stefan.richthofercreate