]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Fix the doctest.testmod() docstring (GH-136675) (GH-136691)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Jul 2025 17:04:57 +0000 (19:04 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Jul 2025 17:04:57 +0000 (17:04 +0000)
commit3e0ead0756063c4e5ccd4ab91ced156938b67bd7
tree58e78ba52533ef8a3b239be978a32a7ac726cd26
parent894d30c6500a40e551330a8be9f26ce1590cafda
[3.13] Fix the doctest.testmod() docstring (GH-136675) (GH-136691)

__test__ = None is not supported since Python 2.4.
(cherry picked from commit cb59eaefeda5ff44ac0c742bff2b8afc023be313)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/doctest.py