diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-18 18:05:35 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-18 18:05:35 (GMT) |
commit | ef5fd3e7c991feb1a712e4b791d5a2552ae09f81 (patch) | |
tree | 7c8ab63afb243b35847cb996518f1d97fab80367 /Misc | |
parent | c73a4a4f5170c6f9631d8f07979af8a953507933 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |