diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-07-11 06:29:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-07-11 06:29:55 (GMT) |
commit | 9ba4545f974a70d6740b5ef674483b6621978416 (patch) | |
tree | ea084110d28fe59f42bea3ca5f28c45603bf8a2a /Lib/idlelib/NEWS.txt | |
parent | 44b4b6a9a584dcf2c9a968e66ef5c03558ca503d (diff) | |
parent | 8a75bed3177a68dbd49ef5e9559ed3bf6ea4438d (diff) | |
download | cpython-9ba4545f974a70d6740b5ef674483b6621978416.zip cpython-9ba4545f974a70d6740b5ef674483b6621978416.tar.gz cpython-9ba4545f974a70d6740b5ef674483b6621978416.tar.bz2 |
merge 3.2
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 8c33577..e2f31c3 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 3.3.0? ========================= -- Issue #13532: Check that arguments to sys.stdout.write are strings. +- Issue #13532, #15319: 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. |