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 belopolsky
Recipients BreamoreBoy, aconrad, belopolsky, larry, mark.dickinson, python-dev, r.david.murray, tbarbugli, tim.peters, trcarden, vivanov, vstinner
Date 2015-09-04.22:11:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441404688.17.0.916809805271.issue23517@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice to hear from Mark Dickinson on this.  In Python 3, we took a much more systematic approach to rounding than a rather haphazard Python 2. For example, the rounding mode for timedelta(0, float_seconds) is not specified in Python 2, but it is in Python 3:


https://docs.python.org/2/library/datetime.html#datetime.timedelta
https://docs.python.org/3/library/datetime.html#datetime.timedelta
History
Date User Action Args
2015-09-04 22:11:28belopolskysetrecipients: + belopolsky, tim.peters, mark.dickinson, vstinner, larry, r.david.murray, aconrad, BreamoreBoy, vivanov, python-dev, tbarbugli, trcarden
2015-09-04 22:11:28belopolskysetmessageid: <1441404688.17.0.916809805271.issue23517@psf.upfronthosting.co.za>
2015-09-04 22:11:28belopolskylinkissue23517 messages
2015-09-04 22:11:27belopolskycreate