[Python-checkins] [python/cpython] 9b854d: Issue 27372: Stop test_idle from changing locale, ...

GitHub noreply at github.com
Tue May 2 17:06:40 EDT 2017


  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 (Tue, 02 May 2017)

  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)




More information about the Python-checkins mailing list