Message11051

Author yan12125
Recipients stefan.richthofer, yan12125
Date 2017-02-01.10:45:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485945931.45.0.857774496607.issue2527@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for sticking to CPython's behavior. CPython is stricter, so I guess existing codes that are compatible with both Jython and CPython don't use extended ASCII characters.

Even for Jython-only projects, I guess people won't use extended ASCII characters. In CPython, extended ASCII characters are not different than other non-ASCII characters (eg., CJK characters). If a function does not support generic Unicode, most likely it supports pure ASCII only.
History
Date User Action Args
2017-02-01 10:45:31yan12125setmessageid: <1485945931.45.0.857774496607.issue2527@psf.upfronthosting.co.za>
2017-02-01 10:45:31yan12125setrecipients: + yan12125, stefan.richthofer
2017-02-01 10:45:31yan12125linkissue2527 messages
2017-02-01 10:45:30yan12125create