summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-11-04 09:54:10 (GMT)
committerGitHub <noreply@github.com>2023-11-04 09:54:10 (GMT)
commit18c954849bcdd5acb6ef91cd90d92f3b5c685134 (patch)
tree35c267c07653bedf6b2f8e0dd7b95f7aceba8110 /Misc
parenta8e1f474c20ab15140dd0cfcb96b696857907a60 (diff)
downloadcpython-18c954849bcdd5acb6ef91cd90d92f3b5c685134.zip
cpython-18c954849bcdd5acb6ef91cd90d92f3b5c685134.tar.gz
cpython-18c954849bcdd5acb6ef91cd90d92f3b5c685134.tar.bz2
gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (#111541)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-11-04-10-24-25.gh-issue-111541.x0RBI1.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-11-04-10-24-25.gh-issue-111541.x0RBI1.rst b/Misc/NEWS.d/next/Library/2023-11-04-10-24-25.gh-issue-111541.x0RBI1.rst
new file mode 100644
index 0000000..719b63d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-11-04-10-24-25.gh-issue-111541.x0RBI1.rst
@@ -0,0 +1 @@
+Fix :mod:`doctest` for :exc:`SyntaxError` not-builtin subclasses.