asyncio-docs / cpython-aiodocs

This is a fork of CPython to work on an updated asyncio documentation for Python 3.7. Don't use it for any other purpose.
Other
0 stars 0 forks source link

Add new asyncio tutorials in the HOWTO section #2

Closed appeltel closed 7 years ago

appeltel commented 7 years ago

Add outlines for the new asyncio tutorials proposed in bpo-30145. One tutorial is a simple introduction to coroutines in python, and the other shows how to use streams and transports to write asyncio clients.

See issue #1

appeltel commented 7 years ago

Closing as per issue #1 the tutorial will be placed in the front of the asyncio section, not tutorials