]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109861: Fix a doctest in Lib/_pydecimal.py which was failing when running its...
authorMark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
Thu, 6 Aug 2026 14:49:24 +0000 (16:49 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Aug 2026 14:49:24 +0000 (17:49 +0300)
commit5965f08d702aadfc5ae51134c22261cefbc82da5
tree77ceaabec48fc8d57373cc2cfd6a12a2098ad756
parent9cbb9e5dffb55b456cb443d70d2b76b93b4f03a8
gh-109861: Fix a doctest in Lib/_pydecimal.py which was failing when running its doctests directly (GH-125479)

Fix a doctest in ``Lib/_pydecimal.py`` which was failing when run
directly on the module via the command:

  ./python.exe -m doctest Lib/_pydecimal.py

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Lib/_pydecimal.py