diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-07-25 08:47:20 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-07-25 08:47:20 (GMT) |
commit | c882b7c51ab4b76bdf44cf4dab5ca1b55ccb2155 (patch) | |
tree | 5886ffcc7f01739b27f72b807c69601773d33ab7 /Lib/idlelib/NEWS.txt | |
parent | 186396dce60feb6c215fbf5a3763baeebe8d8b0d (diff) | |
download | cpython-c882b7c51ab4b76bdf44cf4dab5ca1b55ccb2155.zip cpython-c882b7c51ab4b76bdf44cf4dab5ca1b55ccb2155.tar.gz cpython-c882b7c51ab4b76bdf44cf4dab5ca1b55ccb2155.tar.bz2 |
Issue #15318: Prevent writing to sys.stdin.
Patch by Roger Serwy and myself.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index b23b2a7..ed9e105 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,8 @@ What's New in IDLE 3.2.4? ========================= +- Issue #15318: Prevent writing to sys.stdin. + - Issue #13532, #15319: Check that arguments to sys.stdout.write are strings. - Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE. |