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
Reword one more instance of 'will no longer delegate'
  • Loading branch information
mdickinson authored Jun 2, 2024
commit af6793a2b02b97c52f5dbbcd68cfb845dc19e6ce
2 changes: 1 addition & 1 deletion Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3128,7 +3128,7 @@ left undefined.
(typically an :class:`int`).

.. versionchanged:: 3.14
:func:`int` will no longer delegate to the :meth:`~object.__trunc__` method.
:func:`int` no longer delegates to the :meth:`~object.__trunc__` method.


.. _context-managers:
Expand Down