diff options
author | Georg Brandl <georg@python.org> | 2013-04-06 14:47:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-06 14:47:34 (GMT) |
commit | 98297f4807eea84f0d671cad6ce5c96bc9f3d9cb (patch) | |
tree | 608b410fb83662c82cb3d21ffc2e03f7800248e1 /Lib/idlelib/NEWS.txt | |
parent | 0aaaa62200d0bae0b79e578234ab74741da4dad3 (diff) | |
parent | bf561020a7af9a72079be2ab3d848e3ee13e92f1 (diff) | |
download | cpython-98297f4807eea84f0d671cad6ce5c96bc9f3d9cb.zip cpython-98297f4807eea84f0d671cad6ce5c96bc9f3d9cb.tar.gz cpython-98297f4807eea84f0d671cad6ce5c96bc9f3d9cb.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 245d72d..478c183 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -6,6 +6,8 @@ What's New in IDLE 3.4.0? - Issue #5066: Update IDLE docs. Patch by Todd Rovito. +- Issue #17625: Close the replace dialog after it is used. + - Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) @@ -16,6 +18,8 @@ What's New in IDLE 3.4.0? 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. @@ -872,7 +876,3 @@ What's New in IDLEfork 0.9 Alpha 1? Refer to HISTORY.txt for additional information on earlier releases. -------------------------------------------------------------------- - - - - |