summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-02-22 09:53:09 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-02-22 09:53:09 (GMT)
commit6721149501a68ab52c7d1f83300ecd6d5656cbb3 (patch)
tree7f02992acd2eefbbf8bb2c0f4c46cab397f93e4f /Misc/NEWS
parente7ad4190586a8a76d90ad7501bbbb5b3f011da5a (diff)
parent9f64f731933bfebf6767a42a0ae75503c1936454 (diff)
downloadcpython-6721149501a68ab52c7d1f83300ecd6d5656cbb3.zip
cpython-6721149501a68ab52c7d1f83300ecd6d5656cbb3.tar.gz
cpython-6721149501a68ab52c7d1f83300ecd6d5656cbb3.tar.bz2
Merge: #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 389b6ab..e102404 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1990,6 +1990,9 @@ IDLE
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