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 belopolsky, facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah, stutzbach, wolma
Date 2017-11-08.10:37:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510137470.08.0.213398074469.issue31978@psf.upfronthosting.co.za>
In-reply-to
Content
See also _divide_and_round() in Lib/datetime.py, _div_nearest() in Lib/_pydecimal.py and _PyLong_DivmodNear() in Objects/longobject.c.
History
Date User Action Args
2017-11-08 10:37:50serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, facundobatista, mark.dickinson, belopolsky, stutzbach, skrah, wolma
2017-11-08 10:37:50serhiy.storchakasetmessageid: <1510137470.08.0.213398074469.issue31978@psf.upfronthosting.co.za>
2017-11-08 10:37:49serhiy.storchakalinkissue31978 messages
2017-11-08 10:37:49serhiy.storchakacreate