This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients erik.bray, ncoghlan, xdegaye
Date 2017-12-07.00:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512607656.73.0.213398074469.issue32002@psf.upfronthosting.co.za>
In-reply-to
Content
For the POSIX case, we're going to fix the implementation to always handle that the same way as it does the "C" locale: https://bugs.python.org/issue30672#msg307784

So the main question to address with the refactoring here will be capturing the expected behaviour for the 'locale setting is an empty string' case.
History
Date User Action Args
2017-12-07 00:47:36ncoghlansetrecipients: + ncoghlan, xdegaye, erik.bray
2017-12-07 00:47:36ncoghlansetmessageid: <1512607656.73.0.213398074469.issue32002@psf.upfronthosting.co.za>
2017-12-07 00:47:36ncoghlanlinkissue32002 messages
2017-12-07 00:47:36ncoghlancreate