mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Merged revisions 81790 via svnmerge from
svn+ssh://pythondev@svn.python.org/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://pythondev@svn.python.org/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
........
................
This commit is contained in:
parent
2d5abf0cc4
commit
700059a7fb
2 changed files with 4 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ the :option:`--no-target-compile` and/or the :option:`--no-target-optimize`
|
||||||
option.
|
option.
|
||||||
|
|
||||||
By default the installer will display the cool "Python Powered" logo when it is
|
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.
|
:file:`.bmp` file with the :option:`--bitmap` option.
|
||||||
|
|
||||||
The installer will also display a large title on the desktop background window
|
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
|
- Update python manual page (options -B, -O0, -s, environment variables
|
||||||
PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE).
|
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?
|
What's New in Python 3.1.1?
|
||||||
===========================
|
===========================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue