diff options
| author | Benjamin Peterson <benjamin@python.org> | 2013-05-11 22:24:28 -0500 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2013-05-11 22:24:28 -0500 |
| commit | 0d4931eb9e35a37ea8b116b408082326a80c16c2 (patch) | |
| tree | 36117435f8a6cad16bdf1ade940dc816d231b477 /Misc | |
| parent | 81641d6ebc0a184e10e2770587f37ad853cd134b (diff) | |
| download | cpython-git-0d4931eb9e35a37ea8b116b408082326a80c16c2.tar.gz | |
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,6 +118,8 @@ Library 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(). |
