[issue22476] asyncio task chapter confusion about 'task', 'future', and 'schedule'

2022-03-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: Docs were rewritten from scratch in Python 3.8, they are much better now. -- nosy: +asvetlov resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue22476] asyncio task chapter confusion about 'task', 'future', and 'schedule'

2014-09-24 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +giampaolo.rodola, gvanrossum, haypo, pitrou, yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22476 ___

[issue22476] asyncio task chapter confusion about 'task', 'future', and 'schedule'

2014-09-24 Thread STINNER Victor
STINNER Victor added the comment: I know that the 18.5.3. Tasks and coroutines section of the documentation is probably the worst section :-( Feel free to suggest changes with a patch! I started to enhance the documentation of the Task class, but there is still a lot of work to enhance the

[issue22476] asyncio task chapter confusion about 'task', 'future', and 'schedule'

2014-09-24 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- components: +asyncio ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22476 ___ ___

[issue22476] asyncio task chapter confusion about 'task', 'future', and 'schedule'

2014-09-23 Thread R. David Murray
New submission from R. David Murray: Sorry for creating all these doc issues, but I'm reading these docs for the first time, and I figure it is good to capture my confusion now in the hopes that they can be clarified for other people's first readthroughs. In the task chapter, we have Futures