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-28.04:20:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150328042003.25933.14771@psf.io>
In-reply-to
Content
New changeset 930be74bbae5 by Victor Stinner in branch 'default':
Issue #22117: Use the new _PyTime_t API in the select module
https://hg.python.org/cpython/rev/930be74bbae5

New changeset 5aa39b88bd55 by Victor Stinner in branch 'default':
Issue #22117: Use the _PyTime_t API for time.clock_settime()
https://hg.python.org/cpython/rev/5aa39b88bd55

New changeset 47123ac83733 by Victor Stinner in branch 'default':
Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime
https://hg.python.org/cpython/rev/47123ac83733
History
Date User Action Args
2015-03-28 04:20:06python-devsetrecipients: + python-dev, tim.peters, loewis, belopolsky, pitrou, vstinner
2015-03-28 04:20:06python-devlinkissue22117 messages
2015-03-28 04:20:06python-devcreate