summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-11 09:32:26 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-09-11 09:32:26 (GMT)
commitb7665386bc64e8f816a14ef63b72881a00a4d08b (patch)
treeaaa4212e44337740d3c9bfddbbfb94017ff41bd5 /Misc
parent53ba2d10e0d94a7609c0a71d41956a58e6a68f9d (diff)
downloadcpython-b7665386bc64e8f816a14ef63b72881a00a4d08b.zip
cpython-b7665386bc64e8f816a14ef63b72881a00a4d08b.tar.gz
cpython-b7665386bc64e8f816a14ef63b72881a00a4d08b.tar.bz2
Issue #27952: Get fixcid.py working with the re module
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10a7325..5fe23da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -293,6 +293,10 @@ Tests
Tools/Demos
-----------
+- Issue #27952: Get Tools/scripts/fixcid.py working with Python 3 and the
+ current "re" module, avoid invalid Python backslash escapes, and fix a bug
+ parsing escaped C quote signs.
+
- Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.