asyncio doc: begin with warnings on asyncio traps

This commit is contained in:
Victor Stinner 2015-02-25 14:23:51 +01:00
parent 615a58eaab
commit 532c69a428
1 changed files with 5 additions and 0 deletions

View File

@ -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 <asyncio-dev>` page which lists
common traps and explains how to avoid them. :ref:`Enable the debug mode
<asyncio-debug-mode>` during development to detect common issues.
Table of contents:
.. toctree::