summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 25d3923..ade5dfa 100644
--- a/Doc/distutils/builtdist.rst
+++ b/Doc/distutils/builtdist.rst
@@ -318,7 +318,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 28523fa..8fe2071 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -282,6 +282,12 @@ Tests
- 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?
===========================