Message11177

Author stefan.richthofer
Recipients stefan.richthofer
Date 2017-03-04.23:10:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488669052.43.0.515720770115.issue2563@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed as of https://hg.python.org/jython/rev/19080570ee62

test_io, test_io_jy and test_univnewlines pass now also on Windows.

This came from locale.py completely operating in fallback mode, while additionally assuming to be on posix. For now I fixed the crucieal points in locale.py, but the better, more sustainable fix would be to port _localemodule.c properly to Java (still locale.py would need adjustment for proper platform detection or needs to be added as PyShadowString-target to sys.platform).
However porting _localemodule should maybe better go directly into Jython 3...
History
Date User Action Args
2017-03-04 23:10:52stefan.richthofersetmessageid: <1488669052.43.0.515720770115.issue2563@psf.upfronthosting.co.za>
2017-03-04 23:10:52stefan.richthofersetrecipients: + stefan.richthofer
2017-03-04 23:10:52stefan.richthoferlinkissue2563 messages
2017-03-04 23:10:52stefan.richthofercreate