summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-06 14:42:43 (GMT)
committerGeorg Brandl <georg@python.org>2013-04-06 14:42:43 (GMT)
commitcca5548159bde03b344cf1f2a2b5ea2eec3a59aa (patch)
treee4b824e0d4dbd13241a4a6dc287d8e6fc397faa2 /Lib/idlelib
parent2fd4abe6a1f54fe7a5409abf84060bae47a52044 (diff)
parent485acde0feb93c65de6d1a204efb81df6156d9a6 (diff)
downloadcpython-cca5548159bde03b344cf1f2a2b5ea2eec3a59aa.zip
cpython-cca5548159bde03b344cf1f2a2b5ea2eec3a59aa.tar.gz
cpython-cca5548159bde03b344cf1f2a2b5ea2eec3a59aa.tar.bz2
merge with 3.3.1 release clone
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/NEWS.txt2
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 748a97b..5450701 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -8,6 +8,8 @@ What's New in IDLE 3.3.2?
What's New in IDLE 3.3.1?
=========================
+- Issue #17625: Close the replace dialog after it is used.
+
- Issue #16226: Fix IDLE Path Browser crash.
(Patch by Roger Serwy)
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 8d8317d..13b2b9b 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.0"
+IDLE_VERSION = "3.3.1"