commit | 1d6a16bf3838bfb89efdd5e338b247324d962010 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 04 21:32:09 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 04 21:32:09 2008 +0000 |
tree | 89c91792c5606030e453325e0dcfca9cbc70e927 | |
parent | 95aee6260fc6a8fa03df3a5c9217e20c8ab8f3f7 [diff] [blame] |
Issue #3160: the "bdist_wininst" distutils command didn't work. Reviewed by Trent Nelson.
diff --git a/Misc/NEWS b/Misc/NEWS index 9bd063b..0e51c80 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -77,6 +77,8 @@ Library ------- +- Issue #3160: the "bdist_wininst" distutils command didn't work. + - Issue #1658: tkinter changes dict size during iteration in both tkinter.BaseWidget and tkinter.scrolledtext.ScrolledText.