]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Nov 2023 10:12:15 +0000 (11:12 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2023 10:12:15 +0000 (10:12 +0000)
commit425efc11828a8713057e75f04e8d7d889e2f20db
tree318a667efe4d273f4e5fec054be426efd61f2741
parentf7ffe4a8eac64dedd2950e334f870a5c111e4be7
[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>
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS.d/next/Library/2023-11-04-10-24-25.gh-issue-111541.x0RBI1.rst [new file with mode: 0644]