]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18081: Workaround "./python -m test_idle test_logging" failure
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 22:17:37 +0000 (00:17 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 22:17:37 +0000 (00:17 +0200)
commitb28a375f2f4724c129e8683f548c8f1477e00a68
tree2db689a322b090dcc348863f2e632d1dfdcf86e7
parent7660b880a583442af8ad9d5c91ce608abd4b9654
Issue #18081: Workaround "./python -m test_idle test_logging" failure

"import idlelib" should not install hooks on the warning modules, hooks should
only be installed when IDLE is started.
Lib/idlelib/PyShell.py
Lib/idlelib/run.py