summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-04-09 22:02:39 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-04-09 22:02:39 (GMT)
commita6191803545927421de2d5a7d9b7a7a1034a363c (patch)
tree1c0c3d75ab1722b2474b7dfe67e01eb8bd5f374c /Misc
parentbe3a821b81b8ba096e465c7a75a52e30c9948277 (diff)
downloadcpython-a6191803545927421de2d5a7d9b7a7a1034a363c.zip
cpython-a6191803545927421de2d5a7d9b7a7a1034a363c.tar.gz
cpython-a6191803545927421de2d5a7d9b7a7a1034a363c.tar.bz2
Merged revisions 71413 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71413 | tarek.ziade | 2009-04-09 23:36:44 +0200 (Thu, 09 Apr 2009) | 1 line Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms ........
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 713c86a..5339ca1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -337,6 +337,9 @@ Core and Builtins
Library
-------
+- Issue #5731: Distutils bdist_wininst no longer worked on non-Windows
+ platforms. Initial patch by Paul Moore.
+
- Issue #5095: Added bdist_msi to the list of bdist supported formats.
Initial fix by Steven Bethard.