diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-09-11 09:32:26 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-11 09:32:26 (GMT) |
commit | b7665386bc64e8f816a14ef63b72881a00a4d08b (patch) | |
tree | aaa4212e44337740d3c9bfddbbfb94017ff41bd5 /Misc | |
parent | 53ba2d10e0d94a7609c0a71d41956a58e6a68f9d (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |