summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-03-07 02:19:14 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-03-07 02:19:14 (GMT)
commitf45b4cce7f5476d92439c9e93ae4b53f0ccbb2a5 (patch)
tree4c01fe046a2ec242457f51a394b524fb75b4b435 /Misc
parent56f5be5317c2b8ec55fb7cbf82467986b4c5f3ff (diff)
downloadcpython-f45b4cce7f5476d92439c9e93ae4b53f0ccbb2a5.zip
cpython-f45b4cce7f5476d92439c9e93ae4b53f0ccbb2a5.tar.gz
cpython-f45b4cce7f5476d92439c9e93ae4b53f0ccbb2a5.tar.bz2
Merged revisions 70223 via svnmerge from
svn+ssh://pythondev/python/trunk ........ r70223 | guilherme.polo | 2009-03-06 23:14:38 -0300 (Fri, 06 Mar 2009) | 4 lines Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only after it is has been populated and properly configured in order to prevent window flashing. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 45bd799..48cb004 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -183,6 +183,10 @@ Core and Builtins
Library
-------
+- Issue #2638: Show a window constructed with tkSimpleDialog.Dialog only after
+ it is has been populated and properly configured in order to prevent
+ window flashing.
+
- Issue #4792: Prevent a segfault in _tkinter by using the
guaranteed to be safe interp argument given to the PythonCmd in place of
the Tcl interpreter taken from a PythonCmd_ClientData.