]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:23:38 +0000 (20:23 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2023 18:23:38 +0000 (18:23 +0000)
commitcf28c61c73174638b7596d9fff70f3c4e4965b30
treede6a82498d2b558bacc3c9b9e81ed4eb6f9e9c63
parent4222dd93af710ba9f427d4f5d95a9241298ff0db
[3.11] gh-111159: Fix `doctest` output comparison for exceptions with notes (GH-111160) (#111170)

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]