summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-09-08 12:02:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-09-08 12:02:45 (GMT)
commit67543a9dc90f65b679dce6bb32b4147c211e9769 (patch)
tree3115bd0d5829cbd73c58226f917eecef0128da8e /Misc
parentace0bcf6690ccf042b20203325048f0b9fef85de (diff)
downloadcpython-67543a9dc90f65b679dce6bb32b4147c211e9769.zip
cpython-67543a9dc90f65b679dce6bb32b4147c211e9769.tar.gz
cpython-67543a9dc90f65b679dce6bb32b4147c211e9769.tar.bz2
Allow passing the MSI file name to merge.py.
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 6c22cd8..72361f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -125,6 +125,8 @@ Tests
Build
-----
+- Allow passing the MSI file name to merge.py.
+
- Issue #3758: Rename the 'check' target to 'patchcheck' so as to not clash
with GNU build target guidelines.