Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 9b854debea4dbd91c9ffc36f084a90fa225d5197 https://github.com/python/cpython/commit/9b854debea4dbd91c9ffc36f084a90fa225d5197 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月02日 (2017年5月02日) Changed paths: M Lib/idlelib/EditorWindow.py M Lib/idlelib/IOBinding.py M Lib/idlelib/__init__.py M Lib/test/test_idle.py Log Message: ----------- 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)