summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-10-21 18:39:34 (GMT)
committerGitHub <noreply@github.com>2023-10-21 18:39:34 (GMT)
commitf6cde99bdb3419e86e478619e0fcf3282aaa8dd6 (patch)
tree851a9c0ed6b350b213b7ff750b864406e6c3b7ab /Misc
parent1ea93024d45144745d71f96f493f85e3b950ca97 (diff)
downloadcpython-f6cde99bdb3419e86e478619e0fcf3282aaa8dd6.zip
cpython-f6cde99bdb3419e86e478619e0fcf3282aaa8dd6.tar.gz
cpython-f6cde99bdb3419e86e478619e0fcf3282aaa8dd6.tar.bz2
[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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-21-13-57-06.gh-issue-111159.GoHp7s.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-21-13-57-06.gh-issue-111159.GoHp7s.rst b/Misc/NEWS.d/next/Library/2023-10-21-13-57-06.gh-issue-111159.GoHp7s.rst
new file mode 100644
index 0000000..bdec4f4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-10-21-13-57-06.gh-issue-111159.GoHp7s.rst
@@ -0,0 +1 @@
+Fix :mod:`doctest` output comparison for exceptions with notes.