commit | 076d9eef7bb49eaf0381a6e6f6f5ea71167cd504 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jan 03 23:54:04 2008 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jan 03 23:54:04 2008 +0000 |
tree | ce307a1ccfc064e232cdf5d75bde742ba393fefb | |
parent | eebb79cc690e8ab02cb7f630cfbc046df2c0f4da [diff] [blame] |
Bug #1301: fixed a bad assert in _tkinter.
diff --git a/Misc/NEWS b/Misc/NEWS index 2a4b722..5ea88f2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -907,6 +907,8 @@ Extension Modules ----------------- +- Bug #1301: Bad assert in _tkinter fixed. + - Added bdist_wininst executable for VS 2008. - Bug #1604: collections.deque.__init__(iterable) now clears any prior contents