diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-02-09 22:33:59 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-02-09 22:33:59 (GMT) |
commit | b681df490ba2a06b0655e712d24f79110a41aefb (patch) | |
tree | 32f45b85773ea88a4bbe9df4730d040d12c180d9 /Misc | |
parent | c1761b7cd59b8179adbd9f35bee3847f5dba1f8d (diff) | |
download | cpython-b681df490ba2a06b0655e712d24f79110a41aefb.zip cpython-b681df490ba2a06b0655e712d24f79110a41aefb.tar.gz cpython-b681df490ba2a06b0655e712d24f79110a41aefb.tar.bz2 |
Merged revisions 69473 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r69473 | guilherme.polo | 2009-02-09 18:50:27 -0200 (Mon, 09 Feb 2009) | 3 lines
Fixed issue #5122: Synchronize tk load failure check to prevent a
potential deadlock.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -163,6 +163,9 @@ Core and Builtins Library ------- +- Issue #5122: Synchronize tk load failure check to prevent a potential + deadlock. + - Issue #4890: Handle empty text search pattern in Tkinter.Text.search. - Issue #4512 (part 2): Promote ``ZipImporter._get_filename()`` to be a |