From 532c69a4280185de3faf198776b6d5d75bdec095 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 25 Feb 2015 14:23:51 +0100 Subject: [PATCH] asyncio doc: begin with warnings on asyncio traps --- Doc/library/asyncio.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 117721cf5dc..9b4d65e5da0 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::