cpython: 41c6c066feb2 (original) (raw)

Mercurial > cpython

changeset 89721:41c6c066feb2 3.4

Issue #20493: Document that asyncio should not exceed one day [#20493]

Victor Stinner victor.stinner@gmail.com
date Tue, 18 Feb 2014 09:37:43 +0100
parents 38516b2ffe92
children 50c4176d865d
files Doc/library/asyncio-eventloop.rst
diffstat 1 files changed, 4 insertions(+), 0 deletions(-)[+] [-] Doc/library/asyncio-eventloop.rst 4

line wrap: on

line diff

--- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -157,6 +157,10 @@ Which clock is used depends on the (plat implementation; ideally it is a monotonic clock. This will generally be a different clock than :func:time.time. +.. note:: +

.. method:: BaseEventLoop.call_later(delay, callback, *args)