diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 2cd9a36fca3710..d9f664f47cb7ae 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -207,7 +207,7 @@ Others It had previously raised a :exc:`DeprecationWarning` since Python 3.9. (Contributed by Jelle Zijlstra in :gh:`118767`.) -* The :func:`int` built-in will no longer delegate to +* The :func:`int` built-in no longer delegates to :meth:`~object.__trunc__`. Classes that want to support conversion to integer must implement either :meth:`~object.__int__` or :meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`.)