]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the doctest.testmod() docstring (GH-136675)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jul 2025 16:42:02 +0000 (19:42 +0300)
committerGitHub <noreply@github.com>
Tue, 15 Jul 2025 16:42:02 +0000 (19:42 +0300)
commitcb59eaefeda5ff44ac0c742bff2b8afc023be313
treefe326b171836b973b0e5b613fd87d29ff6a016ad
parent7689407fa4406ab79d7e9e02363f50be4ec35b5e
Fix the doctest.testmod() docstring (GH-136675)

__test__ = None is not supported since Python 2.4.
Lib/doctest.py