summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-02-22 09:46:41 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-02-22 09:46:41 (GMT)
commit9f64f731933bfebf6767a42a0ae75503c1936454 (patch)
tree601d6d6a240d6b6379d74a4d8e193b95a5705bd9 /Misc/NEWS
parent7ef825fdabdc8cfa7117f3f8ad40f7f622ce823b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f8081a9..ee4287b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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