summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-11-18 18:05:35 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-11-18 18:05:35 (GMT)
commitef5fd3e7c991feb1a712e4b791d5a2552ae09f81 (patch)
tree7c8ab63afb243b35847cb996518f1d97fab80367 /Misc
parentc73a4a4f5170c6f9631d8f07979af8a953507933 (diff)
downloadcpython-ef5fd3e7c991feb1a712e4b791d5a2552ae09f81.zip
cpython-ef5fd3e7c991feb1a712e4b791d5a2552ae09f81.tar.gz
cpython-ef5fd3e7c991feb1a712e4b791d5a2552ae09f81.tar.bz2
Patch #1594554: Always close a tkSimpleDialog on ok(), even
if an exception occurs. Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42f0b93..b1cf907 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Core and builtins
Library
-------
+- Patch #1594554: Always close a tkSimpleDialog on ok(), even
+ if an exception occurs.
+
- Patch #1538878: Don't make tkSimpleDialog dialogs transient if
the parent window is withdrawn.