]> granicus.if.org Git - python/commitdiff
Fixed #8909: now the doc details the size of the bitmap used in distutils' bdist_wininst
authorTarek Ziadé <ziade.tarek@gmail.com>
Sun, 6 Jun 2010 20:05:20 +0000 (20:05 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Sun, 6 Jun 2010 20:05:20 +0000 (20:05 +0000)
Doc/distutils/builtdist.rst
Misc/NEWS

index c7b756bed16408b8a4d2f97d1f75ef2778ea77fc..ab37c0f7a80ecd23071a98b391c9eb4c3b9777a6 100644 (file)
@@ -322,7 +322,7 @@ the :option:`--no-target-compile` and/or the :option:`--no-target-optimize`
 option.
 
 By default the installer will display the cool "Python Powered" logo when it is
-run, but you can also supply your own bitmap which must be a Windows
+run, but you can also supply your own 152x161 bitmap which must be a Windows
 :file:`.bmp` file with the :option:`--bitmap` option.
 
 The installer will also display a large title on the desktop background window
index 00865fcf1426256f132b49b4307b046516ca3119..dfdda16784133faf2cb59bb103eea5a8d5ca4c12 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,12 @@ Core and Builtins
 Library
 -------
 
+Documentation
+-------------
+
+- Issues #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.7 Release Candidate 1?
 =============================================