diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-07-25 09:33:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-07-25 09:33:02 (GMT) |
commit | 099414875bdfc7eaf5a7c84ab34cd24a489b419e (patch) | |
tree | d6a739f240598d511aecf0f77297d0cc65bb4c5b /Lib/idlelib/NEWS.txt | |
parent | f4b341b0e6fa19e2ae88df754081a24ef1eaf033 (diff) | |
parent | 30d5e6c13fc988af2a6c0f8f0cdf43092c241e8f (diff) | |
download | cpython-099414875bdfc7eaf5a7c84ab34cd24a489b419e.zip cpython-099414875bdfc7eaf5a7c84ab34cd24a489b419e.tar.gz cpython-099414875bdfc7eaf5a7c84ab34cd24a489b419e.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 6b430b5..1d87443 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,8 @@ What's New in IDLE 3.3.0? ========================= +- Issue #7163: Propagate return value of sys.stdout.write. + - Issue #15318: Prevent writing to sys.stdin. - Issue #4832: Modify IDLE to save files with .py extension by |