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 ncoghlan, ned.deily, ronaldoussoren, vstinner
Date 2018-09-30.07:14:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Putting back to normal, as the difference between the C locale and the POSIX locale is that you never get the latter by default - you have to explicitly request it.

The underlying fix for this is in the PR for bpo-34589.
History
Date User Action Args
2018-09-30 07:14:00ncoghlansetrecipients: + ncoghlan, ronaldoussoren, vstinner, ned.deily
2018-09-30 07:14:00ncoghlansetmessageid: <[email protected]>
2018-09-30 07:14:00ncoghlanlinkissue30672 messages
2018-09-30 07:14:00ncoghlancreate