Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 700059a

Browse files
author
Tarek Ziadé
committed
Merged revisions 81790 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r81790 | tarek.ziade | 2010-06-06 22:18:42 +0200 (Sun, 06 Jun 2010) | 9 lines Merged revisions 81788 via svnmerge from svn+ssh://[email protected]/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 ........ ................
1 parent 2d5abf0 commit 700059a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/distutils/builtdist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ the :option:`--no-target-compile` and/or the :option:`--no-target-optimize`
321321
option.
322322

323323
By default the installer will display the cool "Python Powered" logo when it is
324-
run, but you can also supply your own bitmap which must be a Windows
324+
run, but you can also supply your own 152x161 bitmap which must be a Windows
325325
:file:`.bmp` file with the :option:`--bitmap` option.
326326

327327
The installer will also display a large title on the desktop background window

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,9 @@ Documentation
774774
- Update python manual page (options -B, -O0, -s, environment variables
775775
PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE).
776776

777+
- Issue #8909: Added the size of the bitmap used in the installer created by
778+
distutils' bdist_wininst. Patch by Anatoly Techtonik.
779+
777780

778781
What's New in Python 3.1.1?
779782
===========================

0 commit comments

Comments
 (0)