commit | cdaa2cbfd59b27a1ac2e8b0980967471ea35b777 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Mon Dec 31 14:47:07 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Mon Dec 31 14:47:07 2007 +0000 |
tree | 88966ac836abffb8384d5d9b60085e4cd07c7c5f | |
parent | 81a885af05079e909f2912ebc3d960c43fa30faf [diff] |
Added wininst-9.0.exe executable for VS 2008 Integrated bdist_wininst into PCBuild9 directory
diff --git a/Misc/NEWS b/Misc/NEWS index 377f33d..3854545 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -902,6 +902,8 @@ Extension Modules ----------------- +- Added bdist_wininst executable for VS 2008. + - Bug #1604: collections.deque.__init__(iterable) now clears any prior contents before adding elements from the iterable. This fix brings the behavior into line with that for list.__init__().