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 1c2a638 commit 26d5833Copy full SHA for 26d5833
1 file changed
Doc/whatsnew/3.14.rst
@@ -210,7 +210,7 @@ Others
210
* The :func:`int` built-in will no longer delegate to
211
:meth:`~object.__trunc__`. Classes that want to support conversion to
212
:func:`int` must implement either :meth:`~object.__int__` or
213
- :meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`).
+ :meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`.)
214
215
216
Porting to Python 3.14
0 commit comments