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 vstinner
Recipients gvanrossum, neologix, python-dev, vstinner
Date 2014-01-31.15:29:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391182197.06.0.0897606789126.issue20452@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I mentionned the wrong issue number in the following commits. There were related to this issue (#20452):

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:29:57vstinnersetrecipients: + vstinner, gvanrossum, neologix, python-dev
2014-01-31 15:29:57vstinnersetmessageid: <1391182197.06.0.0897606789126.issue20452@psf.upfronthosting.co.za>
2014-01-31 15:29:57vstinnerlinkissue20452 messages
2014-01-31 15:29:56vstinnercreate