Fixed issue #5122: Synchronize tk load failure check to prevent a

potential deadlock.
This commit is contained in:
Guilherme Polo 2009-02-09 20:50:27 +00:00
parent 55bdb8e4ac
commit a66cf5bd04
4 changed files with 124 additions and 29 deletions

View file

@ -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.