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 lukasz.langa
Recipients koobs, lukasz.langa, matrixise, pablogsal, xtreak
Date 2018-08-21.15:18:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534864686.38.0.56676864532.issue34207@psf.upfronthosting.co.za>
In-reply-to
Content
I think the root cause is this: the mentioned tests are invalid when no LC_* or LANG environment variables are present. Michael's sleuthing in issue34347 might provide a way for us to fix those.

As a workaround in the mean time, if this is an option on your system, set LC_ALL=en_US.UTF8, the three failing tests pass now.
History
Date User Action Args
2018-08-21 15:18:06lukasz.langasetrecipients: + lukasz.langa, koobs, matrixise, pablogsal, xtreak
2018-08-21 15:18:06lukasz.langasetmessageid: <1534864686.38.0.56676864532.issue34207@psf.upfronthosting.co.za>
2018-08-21 15:18:06lukasz.langalinkissue34207 messages
2018-08-21 15:18:06lukasz.langacreate