Merged revisions 81788 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81788 | tarek.ziade | 2010-06-06 22:05:20 +0200 (Sun, 06 Jun 2010) | 1 line
Fixed #8909: now the doc details the size of the bitmap used in distutils' bdist_wininst
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 28523fa..8fe2071 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -282,6 +282,12 @@
- Issue #8193: Fix test_zlib failure with zlib 1.2.4.
+Documentation
+-------------
+
+- Issue #8909: Added the size of the bitmap used in the installer created by
+ distutils' bdist_wininst. Patch by Anatoly Techtonik.
+
What's New in Python 2.6.5?
===========================