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 serhiy.storchaka
Recipients josh.r, mamrhein, mark.dickinson, rhettinger, serhiy.storchaka
Date 2021-07-06.08:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625560187.67.0.843822921049.issue44547@roundup.psfhosted.org>
In-reply-to
Content
On other hand, there are classes which define __int__ but not __trunc__: UUID and IP4Address. So it makes sense to keep separate __int__ and __trunc__.
History
Date User Action Args
2021-07-06 08:29:47serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, mamrhein, josh.r
2021-07-06 08:29:47serhiy.storchakasetmessageid: <1625560187.67.0.843822921049.issue44547@roundup.psfhosted.org>
2021-07-06 08:29:47serhiy.storchakalinkissue44547 messages
2021-07-06 08:29:47serhiy.storchakacreate