diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-09-08 12:02:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-09-08 12:02:45 (GMT) |
commit | 67543a9dc90f65b679dce6bb32b4147c211e9769 (patch) | |
tree | 3115bd0d5829cbd73c58226f917eecef0128da8e /Misc | |
parent | ace0bcf6690ccf042b20203325048f0b9fef85de (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |