Thanks to visit codestin.com Credit goes to github.com
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 03308ef commit 506b821Copy full SHA for 506b821
1 file changed
Doc/whatsnew/3.14.rst
@@ -207,7 +207,7 @@ Others
207
It had previously raised a :exc:`DeprecationWarning` since Python 3.9. (Contributed
208
by Jelle Zijlstra in :gh:`118767`.)
209
210
-* The :func:`int` built-in will no longer delegate to
+* The :func:`int` built-in no longer delegates to
211
:meth:`~object.__trunc__`. Classes that want to support conversion to
212
integer must implement either :meth:`~object.__int__` or
213
:meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`.)
0 commit comments