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.