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 python-dev
Recipients belopolsky, loewis, pitrou, python-dev, tim.peters, vstinner
Date 2015-03-30.01:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150330015921.23144.45274@psf.io>
In-reply-to
Content
New changeset f6b41566ca28 by Victor Stinner in branch 'default':
Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps
https://hg.python.org/cpython/rev/f6b41566ca28

New changeset 0a8015a4ff97 by Victor Stinner in branch 'default':
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING
https://hg.python.org/cpython/rev/0a8015a4ff97

New changeset 350eb1ca561a by Victor Stinner in branch 'default':
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods
https://hg.python.org/cpython/rev/350eb1ca561a
History
Date User Action Args
2015-03-30 01:59:24python-devsetrecipients: + python-dev, tim.peters, loewis, belopolsky, pitrou, vstinner
2015-03-30 01:59:24python-devlinkissue22117 messages
2015-03-30 01:59:24python-devcreate