summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-06-06 20:05:20 +0000
committerTarek Ziadé <ziade.tarek@gmail.com>2010-06-06 20:05:20 +0000
commit770fd15caa2ab0d3ad8ca845a8640f368bf12d17 (patch)
tree470916027ea70d19f7113b4eb33e139b135de777
parent2f3d9f926d0b17d36d2cbf3b9e563b1553ba9a33 (diff)
downloadcpython-git-770fd15caa2ab0d3ad8ca845a8640f368bf12d17.tar.gz
Fixed #8909: now the doc details the size of the bitmap used in distutils' bdist_wininst
-rw-r--r--Doc/distutils/builtdist.rst2
-rw-r--r--Misc/NEWS6
2 files changed, 7 insertions, 1 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst
index c7b756bed1..ab37c0f7a8 100644
--- a/Doc/distutils/builtdist.rst
+++ b/Doc/distutils/builtdist.rst
@@ -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
diff --git a/Misc/NEWS b/Misc/NEWS
index 00865fcf14..dfdda16784 100644
--- 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?
=============================================