diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-02-22 09:46:41 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-02-22 09:46:41 (GMT) |
commit | 9f64f731933bfebf6767a42a0ae75503c1936454 (patch) | |
tree | 601d6d6a240d6b6379d74a4d8e193b95a5705bd9 /Misc/NEWS | |
parent | 7ef825fdabdc8cfa7117f3f8ad40f7f622ce823b (diff) | |
download | cpython-9f64f731933bfebf6767a42a0ae75503c1936454.zip cpython-9f64f731933bfebf6767a42a0ae75503c1936454.tar.gz cpython-9f64f731933bfebf6767a42a0ae75503c1936454.tar.bz2 |
Issue #14053: Fix "make patchcheck" to work with MQ.
Patch by Francisco Martín Brugué
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -483,6 +483,9 @@ Build Tools/Demos ----------- +- Issue #14053: patchcheck.py ("make patchcheck") now works with MQ patches. + Patch by Francisco Martín Brugué. + - Issue #13930: 2to3 is now able to write its converted output files to another directory tree as well as copying unchanged files and altering the file suffix. See its new -o, -W and --add-suffix options. This makes it more |