diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-05 22:57:21 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-05 22:57:21 (GMT) |
commit | f637050f79c37701fa77dd6e424a5f3338243e81 (patch) | |
tree | a5f5a74f1fe2e7201bf7f88151046557576715ab /Misc | |
parent | 0d8f07305d7ddcf684c3db5680263c98cf70c067 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |