diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-02-09 20:50:27 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-02-09 20:50:27 (GMT) |
commit | a66cf5bd04d40f3b0515dd43a1f337092f1df3cd (patch) | |
tree | e48a11a5affa6f45bbdc69f4cf1a6002fbdb48a3 /Misc | |
parent | 55bdb8e4ac16c1c0127f122d42b4bc66675598e5 (diff) | |
download | cpython-a66cf5bd04d40f3b0515dd43a1f337092f1df3cd.zip cpython-a66cf5bd04d40f3b0515dd43a1f337092f1df3cd.tar.gz cpython-a66cf5bd04d40f3b0515dd43a1f337092f1df3cd.tar.bz2 |
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
@@ -152,6 +152,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 #5170: Fixed Unicode output bug in logging and added test case. |