This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arthur-Milchior
Recipients Arthur-Milchior, docs@python
Date 2021-10-23.00:40:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634949605.24.0.0641435404763.issue45583@roundup.psfhosted.org>
In-reply-to
Content
In 3.8, int() default implementation changed, using __index__() if it is available instead of __trunc__(). The file function.rst was updated accordingly, but the redundant information in datamodel.rst contained out of date information

I offer a correction in https://github.com/python/cpython/pull/29182 (but ideally it should be added back to 3.8 python documentation)
History
Date User Action Args
2021-10-23 00:40:05Arthur-Milchiorsetrecipients: + Arthur-Milchior, docs@python
2021-10-23 00:40:05Arthur-Milchiorsetmessageid: <1634949605.24.0.0641435404763.issue45583@roundup.psfhosted.org>
2021-10-23 00:40:05Arthur-Milchiorlinkissue45583 messages
2021-10-23 00:40:05Arthur-Milchiorcreate