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 mark.dickinson
Recipients mark.dickinson, rhettinger, serhiy.storchaka
Date 2021-08-22.15:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
A GitHub code search shows a substantial number of uses of math.trunc out in the wild:

https://github.com/search?q=math.trunc+extension%3Apy&type=Code

So unfortunately, getting rid of math.trunc and __trunc__ looks a bit too much as though it would cause gratuitous breakage.
History
Date User Action Args
2021-08-22 15:13:07mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, serhiy.storchaka
2021-08-22 15:13:07mark.dickinsonsetmessageid: <[email protected]>
2021-08-22 15:13:07mark.dickinsonlinkissue44977 messages
2021-08-22 15:13:07mark.dickinsoncreate