]> granicus.if.org Git - python/commit
Issue 27372: Stop test_idle from changing locale, so test passes. (#1397)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 2 May 2017 21:06:39 +0000 (23:06 +0200)
committerGitHub <noreply@github.com>
Tue, 2 May 2017 21:06:39 +0000 (23:06 +0200)
commit9b854debea4dbd91c9ffc36f084a90fa225d5197
tree13b09c2402c8a169f2a778eb10eb6e5e5dd8a25e
parent89a54c73746417bae003a9985668fa665040d5d9
Issue 27372: Stop test_idle from changing locale, so test passes. (#1397)

In 3.6, the warning is now called an error, making it harder to ignore.

(cherry picked from commit 7c1534141d3a159a32db9742e1d201d5c7a9ba81)
Lib/idlelib/EditorWindow.py
Lib/idlelib/IOBinding.py
Lib/idlelib/__init__.py
Lib/test/test_idle.py