From: Victor Stinner Date: Wed, 25 Feb 2015 13:23:51 +0000 (+0100) Subject: asyncio doc: begin with warnings on asyncio traps X-Git-Tag: v3.5.0a2~91^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=532c69a4280185de3faf198776b6d5d75bdec095;p=python asyncio doc: begin with warnings on asyncio traps --- diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 117721cf5d..9b4d65e5da 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -46,6 +46,11 @@ Here is a more detailed list of the package contents: you absolutely, positively have to use a library that makes blocking I/O calls. +Asynchronous programming is more complex than classical "sequential" +programming: see the :ref:`Develop with asyncio ` page which lists +common traps and explains how to avoid them. :ref:`Enable the debug mode +` during development to detect common issues. + Table of contents: .. toctree::