]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise "1 items...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 27 Mar 2024 14:46:35 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2024 14:46:35 +0000 (16:46 +0200)
commitce00de4c8cd39816f992e749c1074487d93abe9d
treef7d4606de7b2f01311bd43aa955f5f89981277b2
parent92397d5ead38dde4154e70d00f24973bcf2a925a
gh-117225: doctest: only print "and X failed" when non-zero, don't pluralise "1 items" (#117228)
Doc/library/doctest.rst
Lib/doctest.py
Lib/test/test_doctest/test_doctest.py
Misc/NEWS.d/next/Library/2024-03-25-21-15-56.gh-issue-117225.oOaZXb.rst [new file with mode: 0644]