cpython/Lib/re
Serhiy Storchaka 19dca04121
gh-91760: Deprecate group names and numbers which will be invalid in future (GH-91794)
Only sequence of ASCII digits will be accepted as a numerical reference.
The group name in bytes patterns and replacement strings could only
contain ASCII letters and digits and underscore.
2022-04-30 13:13:46 +03:00
..
__init__.py bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300) 2022-04-06 19:53:50 +03:00
_casefix.py gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660) 2022-04-22 21:37:46 +03:00
_compiler.py gh-91870: Remove unsupported SRE opcode CALL (GH-91872) 2022-04-26 21:07:25 +03:00
_constants.py gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070) 2022-04-30 13:03:23 +03:00
_parser.py gh-91760: Deprecate group names and numbers which will be invalid in future (GH-91794) 2022-04-30 13:13:46 +03:00