]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76007: Deprecate `__version__` attribute in `decimal` (#140302)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sun, 26 Oct 2025 11:01:04 +0000 (11:01 +0000)
committerGitHub <noreply@github.com>
Sun, 26 Oct 2025 11:01:04 +0000 (12:01 +0100)
commit00026d19c272d1cf3527027bd6f9de910ff45070
tree68e75428d65518cf866a5b63eff62d7009c6042b
parent33b2ca80bb073e25b8e23691da96cf0eda67c7bf
gh-76007: Deprecate `__version__` attribute in `decimal` (#140302)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/deprecations/pending-removal-in-3.20.rst
Doc/library/decimal.rst
Doc/whatsnew/3.15.rst
Lib/_pydecimal.py
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS.d/next/Library/2025-10-18-15-20-25.gh-issue-76007.SNUzRq.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c