cpython/Lib/re
Victor Stinner 6ae254aaa0
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Tools such as ruff can ignore "imported but unused" warnings if a
line ends with "# noqa: F401". It avoids the temptation to remove
an import which is used effectively.
2024-06-13 16:14:50 +02: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-120417: Add #noqa to used imports in the stdlib (#120421) 2024-06-13 16:14:50 +02:00
_parser.py gh-109747: Improve errors for unsupported look-behind patterns (GH-109859) 2023-10-14 09:13:02 +03:00