[Python-checkins] r81790 - in python/branches/py3k: Doc/distutils/builtdist.rst Misc/NEWS

tarek.ziade python-checkins at python.org
Sun Jun 6 22:18:42 CEST 2010


Author: tarek.ziade
Date: Sun Jun  6 22:18:42 2010
New Revision: 81790

Log:
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
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/distutils/builtdist.rst
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Doc/distutils/builtdist.rst
==============================================================================
--- python/branches/py3k/Doc/distutils/builtdist.rst	(original)
+++ python/branches/py3k/Doc/distutils/builtdist.rst	Sun Jun  6 22:18:42 2010
@@ -322,7 +322,7 @@
 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

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sun Jun  6 22:18:42 2010
@@ -1421,6 +1421,9 @@
 - 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.
+
 Tests
 -----
 


More information about the Python-checkins mailing list