diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-04 10:12:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-04 10:12:15 (GMT) |
commit | 425efc11828a8713057e75f04e8d7d889e2f20db (patch) | |
tree | 318a667efe4d273f4e5fec054be426efd61f2741 /Misc | |
parent | f7ffe4a8eac64dedd2950e334f870a5c111e4be7 (diff) | |
download | cpython-425efc11828a8713057e75f04e8d7d889e2f20db.zip cpython-425efc11828a8713057e75f04e8d7d889e2f20db.tar.gz cpython-425efc11828a8713057e75f04e8d7d889e2f20db.tar.bz2 |
[3.11] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (GH-111541) (#111733)
gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (GH-111541)
(cherry picked from commit 18c954849bcdd5acb6ef91cd90d92f3b5c685134)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-11-04-10-24-25.gh-issue-111541.x0RBI1.rst | 1 |
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. |