commit | a66cf5bd04d40f3b0515dd43a1f337092f1df3cd | [log] [tgz] |
---|---|---|
author | Guilherme Polo <ggpolo@gmail.com> | Mon Feb 09 20:50:27 2009 +0000 |
committer | Guilherme Polo <ggpolo@gmail.com> | Mon Feb 09 20:50:27 2009 +0000 |
tree | e48a11a5affa6f45bbdc69f4cf1a6002fbdb48a3 | |
parent | 55bdb8e4ac16c1c0127f122d42b4bc66675598e5 [diff] |
Fixed issue #5122: Synchronize tk load failure check to prevent a potential deadlock.
diff --git a/Misc/NEWS b/Misc/NEWS index 824b0d4..c51315a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -152,6 +152,9 @@ 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.