summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-04-11 15:00:43 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-04-11 15:00:43 (GMT)
commitf396ecf3b841fa8b0e66ca13b83c0d23f62c0bcc (patch)
tree60d53d22f0635c730b69da4d1050f8c32ec09852 /Misc
parent99a0c674681b60713ecf602022e75b2d7e763492 (diff)
downloadcpython-f396ecf3b841fa8b0e66ca13b83c0d23f62c0bcc.zip
cpython-f396ecf3b841fa8b0e66ca13b83c0d23f62c0bcc.tar.gz
cpython-f396ecf3b841fa8b0e66ca13b83c0d23f62c0bcc.tar.bz2
Merged revisions 71473 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71473 | tarek.ziade | 2009-04-11 16:55:07 +0200 (Sat, 11 Apr 2009) | 1 line #5732: added the check command into Distutils ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29e44d5..9b7f13b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -340,6 +340,8 @@ Core and Builtins
Library
-------
+- Issue #5732: added a new command in Distutils: check.
+
- Issue #5731: Distutils bdist_wininst no longer worked on non-Windows
platforms. Initial patch by Paul Moore.