diff options
author | Georg Brandl <georg@python.org> | 2013-04-06 14:39:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-06 14:39:49 (GMT) |
commit | 2fd4abe6a1f54fe7a5409abf84060bae47a52044 (patch) | |
tree | 3871af699874a89e1b687e9d1a106f880904d313 /Lib | |
parent | 9a411ce9ea01017691ceb0c19ea1c8d1d1c34f4a (diff) | |
parent | 11692acffa7adfa3856ef4cd58140a20905f5016 (diff) | |
download | cpython-2fd4abe6a1f54fe7a5409abf84060bae47a52044.zip cpython-2fd4abe6a1f54fe7a5409abf84060bae47a52044.tar.gz cpython-2fd4abe6a1f54fe7a5409abf84060bae47a52044.tar.bz2 |
merge with 3.2 branch
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 0885709..748a97b 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -18,6 +18,8 @@ What's New in IDLE 3.3.1? What's New in IDLE 3.3.0? ========================= +- Issue #17625: Close the replace dialog after it is used. + - Issue #7163: Propagate return value of sys.stdout.write. - Issue #15318: Prevent writing to sys.stdin. @@ -874,7 +876,3 @@ What's New in IDLEfork 0.9 Alpha 1? Refer to HISTORY.txt for additional information on earlier releases. -------------------------------------------------------------------- - - - - |