summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-04-05 22:57:21 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-04-05 22:57:21 (GMT)
commitf637050f79c37701fa77dd6e424a5f3338243e81 (patch)
treea5f5a74f1fe2e7201bf7f88151046557576715ab /Misc
parent0d8f07305d7ddcf684c3db5680263c98cf70c067 (diff)
downloadcpython-f637050f79c37701fa77dd6e424a5f3338243e81.zip
cpython-f637050f79c37701fa77dd6e424a5f3338243e81.tar.gz
cpython-f637050f79c37701fa77dd6e424a5f3338243e81.tar.bz2
Merged revisions 71291 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71291 | tarek.ziade | 2009-04-06 00:51:09 +0200 (Mon, 06 Apr 2009) | 1 line Fixed #5095: msi missing from Distutils bdist formats ........
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 815081b..cbf6d75 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -327,6 +327,9 @@ Core and Builtins
Library
-------
+- Issue #5095: Added bdist_msi to the list of bdist supported formats.
+ Initial fix by Steven Bethard.
+
- Issue #1491431: Fixed distutils.filelist.glob_to_re for edge cases.
Initial fix by Wayne Davison.