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__().