Message9443

Author zyasoft
Recipients Arfrever, amak, fwierzbicki, jjaggars, kabir, miclark, zyasoft
Date 2015-01-22.20:40:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421959243.39.0.844653400845.issue1874@psf.upfronthosting.co.za>
In-reply-to
Content
Blocker for beta 4.

This came up again in #2260 - the recent change in #2037 made this fail earlier (which is generally a good thing!).

Per Jesse's original bug post, this behaves by changing "posix" to "pos\u0131x", which prints identical to "posix", because of the computed module name in Setup.java.

As Alan pointed out, the fix for this is to just change org.python.modules.posix.OS; it can be readily tested in our regrtest if the OS has Turkish locale support installed (easy on Ubuntu), otherwise skipped.
History
Date User Action Args
2015-01-22 20:40:43zyasoftsetmessageid: <1421959243.39.0.844653400845.issue1874@psf.upfronthosting.co.za>
2015-01-22 20:40:43zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, Arfrever, jjaggars, miclark, kabir
2015-01-22 20:40:43zyasoftlinkissue1874 messages
2015-01-22 20:40:42zyasoftcreate