]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
authorBenjamin Peterson <benjamin@python.org>
Sun, 12 May 2013 03:24:28 +0000 (22:24 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 12 May 2013 03:24:28 +0000 (22:24 -0500)
commit5a27168883523adba65b33482f4872d2e5d2e5f9
treee2a247b83e551dc0c27df4b03039a02b43ea6afc
parent6e165b40e13b30e722a0988108445b15fdaf8882
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
Lib/idlelib/run.py
Misc/NEWS