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 vstinner
Recipients paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2017-05-02.16:21:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493742084.38.0.422431531448.issue30233@psf.upfronthosting.co.za>
In-reply-to
Content
Importing idlelib.IOBinding modifies the LC_CTYPE locale. For example, this module is imported by idlelib.EditorWindow which is imported by idlelib.idle_test.test_formatparagraph.

As a consequence, running test_idle changes locales and the following warning is logged:

[3.5] Warning -- locale was modified by test_idle

http://buildbot.python.org/all/builders/AMD64%20Windows10%203.5/builds/224/steps/test/logs/warnings%20%281%29

I didn't check yet why I only see this warning on 3.5 buildbots.
History
Date User Action Args
2017-05-02 16:21:24vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2017-05-02 16:21:24vstinnersetmessageid: <1493742084.38.0.422431531448.issue30233@psf.upfronthosting.co.za>
2017-05-02 16:21:24vstinnerlinkissue30233 messages
2017-05-02 16:21:24vstinnercreate