diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-07-09 18:46:11 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-07-09 18:46:11 (GMT) |
commit | 9ae3f7a189e3d05bf14835e9e2b8aff77661c1ba (patch) | |
tree | 78266cb61e0dac843553c40327ef03dbe166107d /Lib/idlelib/NEWS.txt | |
parent | 44dea9d03f58c2c53f3547f89ad50a864ba8b455 (diff) | |
download | cpython-9ae3f7a189e3d05bf14835e9e2b8aff77661c1ba.zip cpython-9ae3f7a189e3d05bf14835e9e2b8aff77661c1ba.tar.gz cpython-9ae3f7a189e3d05bf14835e9e2b8aff77661c1ba.tar.bz2 |
Issue #13532: Check that arguments to sys.stdout.write are strings.
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 d57237d..d99e231 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,8 @@ What's New in IDLE 3.2.4? ========================= +- Issue #13532: Check that arguments to sys.stdout.write are strings. + - Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE. Erroneous tool tips have been corrected. Default added for callables. |