Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Grammar nit
Co-authored-by: Bénédikt Tran <[email protected]>
  • Loading branch information
mdickinson and picnixz authored Jun 2, 2024
commit 26d5833a7419fbc359034fec535020c8d1a5ab0f
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Others
* The :func:`int` built-in will no longer delegate to
Comment thread
mdickinson marked this conversation as resolved.
Outdated
:meth:`~object.__trunc__`. Classes that want to support conversion to
:func:`int` must implement either :meth:`~object.__int__` or
Comment thread
mdickinson marked this conversation as resolved.
Outdated
:meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`).
:meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`.)


Porting to Python 3.14
Expand Down