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 Nathaniel Manista, Vladimir Feinberg, mark.dickinson, serhiy.storchaka, steven.daprano, tim.peters
Date 2022-02-08.07:28:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644305312.65.0.658966089956.issue46639@roundup.psfhosted.org>
In-reply-to
Content
Round division would be useful not less than ceil division, if not more. In the stdlib it would be used in:

1. The datetime module.
2. Fraction.__round__.
History
Date User Action Args
2022-02-08 07:28:32serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, mark.dickinson, steven.daprano, Nathaniel Manista, Vladimir Feinberg
2022-02-08 07:28:32serhiy.storchakasetmessageid: <1644305312.65.0.658966089956.issue46639@roundup.psfhosted.org>
2022-02-08 07:28:32serhiy.storchakalinkissue46639 messages
2022-02-08 07:28:32serhiy.storchakacreate