cpython/Lib/re
achhina a01022af23
GH-83162: Rename re.error for better clarity. (#101677)
Renamed re.error for clarity, and kept re.error for backward compatibility.
Updated idlelib files at TJR's request.
---------

Co-authored-by: Matthias Bussonnier <mbussonnier@ucmerced.edu>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2023-12-11 15:45:08 -05:00
..
__init__.py GH-83162: Rename re.error for better clarity. (#101677) 2023-12-11 15:45:08 -05: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-83162: Rename re.error for better clarity. (#101677) 2023-12-11 15:45:08 -05:00
_constants.py GH-83162: Rename re.error for better clarity. (#101677) 2023-12-11 15:45:08 -05:00
_parser.py gh-109747: Improve errors for unsupported look-behind patterns (GH-109859) 2023-10-14 09:13:02 +03:00