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
Fix reST markup
  • Loading branch information
mdickinson committed May 29, 2024
commit ca6af89c26091bb2823d86e85a5345315e0f2eda
6 changes: 3 additions & 3 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ Others
by Jelle Zijlstra in :gh:`118767`.)

* The :class:`int` built-in will no longer delegate to
Comment thread
serhiy-storchaka marked this conversation as resolved.
Outdated
:meth:`~object.__trunc__`. Classes that want to support conversion to `int`
must implement either :meth:`~object.__int__` or :meth:`~object.__index__`.
(Contributed by Mark Dickinson in :gh:`119743`).
:meth:`~object.__trunc__`. Classes that want to support conversion to
:class:`int` must implement either :meth:`~object.__int__` or
:meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`).
Comment thread
mdickinson marked this conversation as resolved.
Outdated


Porting to Python 3.14
Expand Down