Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 532c69a

Browse files
committed
asyncio doc: begin with warnings on asyncio traps
1 parent 615a58e commit 532c69a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/asyncio.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ Here is a more detailed list of the package contents:
4646
you absolutely, positively have to use a library that makes blocking
4747
I/O calls.
4848

49+
Asynchronous programming is more complex than classical "sequential"
50+
programming: see the :ref:`Develop with asyncio <asyncio-dev>` page which lists
51+
common traps and explains how to avoid them. :ref:`Enable the debug mode
52+
<asyncio-debug-mode>` during development to detect common issues.
53+
4954
Table of contents:
5055

5156
.. toctree::

0 commit comments

Comments
 (0)