[docs] [issue22875] asyncio: call_soon() documentation unclear on timing

STINNER Victor report at bugs.python.org
Mon Dec 15 17:52:44 CET 2014


STINNER Victor added the comment:

Oops, I forgot to mention the issue number in my commit.

changeset:   93893:a59fed8c710b
branch:      3.4
parent:      93891:1da9e9eaeae8
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Dec 15 17:50:55 2014 +0100
files:       Doc/library/asyncio-eventloop.rst
description:
asyncio doc: call_soon() does not call immediatly the callback. Patch written
by Martin Panter.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22875>
_______________________________________


More information about the docs mailing list