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 gvanrossum, python-dev, sbt, vstinner
Date 2014-01-31.15:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3fG2Pd0Ytpz7LjQ@mail.python.org>
In-reply-to
Content
New changeset 8fc69d43bc49 by Victor Stinner in branch 'default':
Issue #20455: math.ceil() returns an int in Python 3, no need to cast the
http://hg.python.org/cpython/rev/8fc69d43bc49

New changeset 3f54bc5392c3 by Victor Stinner in branch 'default':
Issue #20455: asyncio: use the same code to round a timeout than the selectors
http://hg.python.org/cpython/rev/3f54bc5392c3

New changeset 55abd847c9f5 by Victor Stinner in branch 'default':
Issue #20455: Add a resolution attribute to IocpProactor (1 ms)
http://hg.python.org/cpython/rev/55abd847c9f5
History
Date User Action Args
2014-01-31 15:30:06vstinnerunlinkissue20455 messages
2014-01-31 15:28:06python-devsetrecipients: + python-dev, gvanrossum, vstinner, sbt
2014-01-31 15:28:05python-devlinkissue20455 messages
2014-01-31 15:28:05python-devcreate