]> granicus.if.org Git - python/commit
Update asyncio documentation
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 8 Jul 2014 10:39:10 +0000 (12:39 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 8 Jul 2014 10:39:10 +0000 (12:39 +0200)
commit530ef2f0693d50435a8d62ea84d3fdcbe662d8aa
tree2aa2c368fab19c3353e9c1e282d46c1596ee4af4
parent896a25ab30269369201401b50c66130911dd2238
Update asyncio documentation

- Document the new create_task() method
- "Hide" the Task class: point to the create_task() method for interoperability
- Rewrite the documentation of the Task class
- Document the "Pending task destroyed"
- Update output in debug mode of examples in the dev section
- Replace Task() with create_task() in examples
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-stream.rst
Doc/library/asyncio-task.rst