]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-83162: Rename re.error for better clarity. (#101677)
authorachhina <amanschhina@gmail.com>
Mon, 11 Dec 2023 20:45:08 +0000 (15:45 -0500)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 20:45:08 +0000 (15:45 -0500)
commita01022af23b27a9bfb4fadbcdb60b1ddf24a7220
tree94379f595ca9d2b19effd282e2f8fc10ead2ae72
parent0066ab5bc58a036b3f448cd6f9bbdd92120e39ba
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>
Doc/library/re.rst
Doc/whatsnew/3.13.rst
Lib/idlelib/replace.py
Lib/idlelib/searchengine.py
Lib/pstats.py
Lib/re/__init__.py
Lib/re/_compiler.py
Lib/re/_constants.py
Lib/test/test_re.py
Misc/NEWS.d/next/Library/2023-02-08-00-43-29.gh-issue-83162.ufdI9F.rst [new file with mode: 0644]