]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149609: Raise deprecation warnings for `abc.{abstractclassmethod,abstractstaticmet...
authorsobolevn <mail@sobolevn.me>
Sun, 31 May 2026 07:26:52 +0000 (10:26 +0300)
committerGitHub <noreply@github.com>
Sun, 31 May 2026 07:26:52 +0000 (07:26 +0000)
commit90c1d86f34355fa88104f1ec81ce9d82ccd7963c
tree71c220fa59587d6f6999efe1d38516b7f0ee7c4b
parent73d8e9a47cc13ce1b9b1bdfdeaa958639b144f55
gh-149609: Raise deprecation warnings for `abc.{abstractclassmethod,abstractstaticmethod,abstractproperty}` (#149636)
Doc/deprecations/pending-removal-in-3.21.rst
Doc/library/abc.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.14.rst
Doc/whatsnew/3.15.rst
Doc/whatsnew/3.16.rst
Lib/abc.py
Lib/test/test_abc.py
Misc/NEWS.d/next/Library/2026-05-10-16-06-27.gh-issue-149609.yLKPXo.rst [new file with mode: 0644]