summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-02-08-00-43-29.gh-issue-83162.ufdI9F.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-02-08-00-43-29.gh-issue-83162.ufdI9F.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2023-02-08-00-43-29.gh-issue-83162.ufdI9F.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-02-08-00-43-29.gh-issue-83162.ufdI9F.rst b/Misc/NEWS.d/next/Library/2023-02-08-00-43-29.gh-issue-83162.ufdI9F.rst
deleted file mode 100644
index 6074dd7..0000000
--- a/Misc/NEWS.d/next/Library/2023-02-08-00-43-29.gh-issue-83162.ufdI9F.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Renamed :exc:`!re.error` to :exc:`PatternError` for clarity, and kept
-:exc:`!re.error` for backward compatibility. Patch by Matthias Bussonnier and
-Adam Chhina.