Issue #27952: Get fixcid.py working with the re module · python/cpython@b766538 · GitHub
Skip to content

Commit b766538

Browse files
committed
Issue #27952: Get fixcid.py working with the re module
1 parent 53ba2d1 commit b766538

3 files changed

Lines changed: 122 additions & 25 deletions

File tree

Lib/test/test_tools/test_fixcid.py

Lines changed: 91 additions & 0 deletions

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ Tests
293293
Tools/Demos
294294
-----------
295295

296+
- Issue #27952: Get Tools/scripts/fixcid.py working with Python 3 and the
297+
current "re" module, avoid invalid Python backslash escapes, and fix a bug
298+
parsing escaped C quote signs.
299+
296300
- Issue #27332: Fixed the type of the first argument of module-level functions
297301
generated by Argument Clinic. Patch by Petr Viktorin.
298302

Tools/scripts/fixcid.py

Lines changed: 27 additions & 25 deletions

0 commit comments

Comments
 (0)