We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40db80 commit 0755608Copy full SHA for 0755608
1 file changed
Misc/NEWS.d/next/Library/2025-08-27-17-05-36.gh-issue-138010.ZZJmPL.rst
@@ -1,4 +1,4 @@
1
-Fix an issue where defining a class with a :func:`@warnings.deprecated
2
-<warnings.deprecated>`-decorated base class would sometimes not invoke the
3
-correct :meth:`!__init_subclass__` method in cases involving multiple
+Fix an issue where defining a class with an :func:`@warnings.deprecated
+<warnings.deprecated>`-decorated base class may not invoke the correct
+:meth:`~object.__init_subclass__` method in cases involving multiple
4
inheritance. Patch by Brian Schubert.
0 commit comments