Message9331

Author zyasoft
Recipients amak, fwierzbicki, pekka.klarck, zyasoft
Date 2015-01-07.06:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420613402.73.0.294012779838.issue1841@psf.upfronthosting.co.za>
In-reply-to
Content
Behavior as of https://hg.python.org/jython/rev/ea036792f304 - note that a unicode object is now returned, not a str

$ a=รค jython27 -c "import os; print repr(os.environ['a'])"
u'\xe4'

It's really the only choice we have since we are on Java. But at least it's not an incorrect bytestring.
History
Date User Action Args
2015-01-07 06:50:02zyasoftsetmessageid: <1420613402.73.0.294012779838.issue1841@psf.upfronthosting.co.za>
2015-01-07 06:50:02zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, pekka.klarck
2015-01-07 06:50:02zyasoftlinkissue1841 messages
2015-01-07 06:50:02zyasoftcreate