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 6426025 commit 84241a2Copy full SHA for 84241a2
Doc/whatsnew/3.10.rst
@@ -92,6 +92,9 @@ Other Language Changes
92
the :meth:`~object.__int__` method but do not have the
93
:meth:`~object.__index__` method).
94
(Contributed by Serhiy Storchaka in :issue:`37999`.)
95
+* If :func:`object.__ipow__` returns :const:`NotImplemented`, the operator will
96
+ correctly fall back to :func:`object.__pow__` and :func:`object.__rpow__` as expected.
97
+ (Contributed by Alex Shkop in :issue:`38302`.)
98
99
100
New Modules
0 commit comments