diff options
-rw-r--r-- | Doc/distutils/builtdist.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst index e58937d..74cc80a 100644 --- a/Doc/distutils/builtdist.rst +++ b/Doc/distutils/builtdist.rst @@ -321,7 +321,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 @@ -774,6 +774,9 @@ Documentation - Update python manual page (options -B, -O0, -s, environment variables PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE). +- 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 3.1.1? =========================== |