]> granicus.if.org Git - python/commitdiff
asyncio doc: begin with warnings on asyncio traps
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Feb 2015 13:23:51 +0000 (14:23 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Feb 2015 13:23:51 +0000 (14:23 +0100)
Doc/library/asyncio.rst

index 117721cf5dcd428635578ab4eb971c6eb3861f2f..9b4d65e5da0fe9d57341ee4c105fa9c2300eaed2 100644 (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::