Message12760

Author pekka.klarck
Recipients jeff.allen, pekka.klarck
Date 2019-11-05.22:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572991650.69.0.686159552268.issue2820@roundup.psfhosted.org>
In-reply-to
Content
I agree UTF-8 is a good encoding for Jython to use. Just needed to adjust our codebase to use that, not the real system encoding, with Jython and when processing CLI arguments, environment variables, and so on. Luckily wasn't a big task.

The issue with invalid sys.path entries isn't a huge problem for us. We just have one test for that functionality but I can disable it with Jython if needed. Would anyway be nice if it was fixed.
History
Date User Action Args
2019-11-05 22:07:30pekka.klarcksetmessageid: <1572991650.69.0.686159552268.issue2820@roundup.psfhosted.org>
2019-11-05 22:07:30pekka.klarcksetrecipients: + pekka.klarck, jeff.allen
2019-11-05 22:07:30pekka.klarcklinkissue2820 messages
2019-11-05 22:07:30pekka.klarckcreate