summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-06-06 20:23:10 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-06-06 20:23:10 (GMT)
commit700059a7fb8cbb17fd86541980bbb5fd9f6a9b0f (patch)
tree83b54dd4a3de77cac71d19179c41fe37da2c9aca /Misc
parent2d5abf0cc4de57afaa1413aaa3d69c8135aa22e3 (diff)
downloadcpython-700059a7fb8cbb17fd86541980bbb5fd9f6a9b0f.zip
cpython-700059a7fb8cbb17fd86541980bbb5fd9f6a9b0f.tar.gz
cpython-700059a7fb8cbb17fd86541980bbb5fd9f6a9b0f.tar.bz2
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 ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index df3474a..d809640 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===========================