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::