commit | 5a27168883523adba65b33482f4872d2e5d2e5f9 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 11 22:24:28 2013 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 11 22:24:28 2013 -0500 |
tree | e2a247b83e551dc0c27df4b03039a02b43ea6afc | |
parent | 6e165b40e13b30e722a0988108445b15fdaf8882 [diff] [blame] |
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
diff --git a/Misc/NEWS b/Misc/NEWS index 624a8af..0405fb9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -122,6 +122,8 @@ IDLE ---- +- Issue #17838: Allow sys.stdin to be reassigned. + - Issue #14735: Update IDLE docs to omit "Control-z on Windows". - Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit().