]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111159: Fix `doctest` output comparison for exceptions with notes (GH-11116...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Oct 2023 18:39:34 +0000 (20:39 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2023 18:39:34 +0000 (18:39 +0000)
commitf6cde99bdb3419e86e478619e0fcf3282aaa8dd6
tree851a9c0ed6b350b213b7ff750b864406e6c3b7ab
parent1ea93024d45144745d71f96f493f85e3b950ca97
[3.12] gh-111159: Fix `doctest` output comparison for exceptions with notes (GH-111160) (#111169)

gh-111159: Fix `doctest` output comparison for exceptions with notes (GH-111160)
(cherry picked from commit fd60549c0ac6c81f05594a5141d24b4433ae39be)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS.d/next/Library/2023-10-21-13-57-06.gh-issue-111159.GoHp7s.rst [new file with mode: 0644]