diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-07-09 18:48:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-07-09 18:48:56 (GMT) |
commit | 79007fa05d1a4bb0553244b362f2ca378e0b331a (patch) | |
tree | 4538005758aecbac06cd8684e7013de404390912 /Lib/idlelib/NEWS.txt | |
parent | 3adc7b75a5f35003b3b91de113b5212748dc1a1d (diff) | |
parent | 9ae3f7a189e3d05bf14835e9e2b8aff77661c1ba (diff) | |
download | cpython-79007fa05d1a4bb0553244b362f2ca378e0b331a.zip cpython-79007fa05d1a4bb0553244b362f2ca378e0b331a.tar.gz cpython-79007fa05d1a4bb0553244b362f2ca378e0b331a.tar.bz2 |
merge 3.2
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 ff23c6d..8c33577 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,8 @@ What's New in IDLE 3.3.0? ========================= +- 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. |