[issue34885] asyncio documention has lost its paragraph about cancellation

2018-11-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: I think the issue can be closed -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue34885] asyncio documention has lost its paragraph about cancellation

2018-10-03 Thread Yury Selivanov
Yury Selivanov added the comment: The cancellation is now discussed in this section:https://docs.python.org/3/library/asyncio-task.html (search for "cancel") and in particular in the Task subsection. Is there any important detail that was covered in the old documentation and is missing in t

[issue34885] asyncio documention has lost its paragraph about cancellation

2018-10-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: Yuri, can you take a look? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue34885] asyncio documention has lost its paragraph about cancellation

2018-10-03 Thread Amirouche Boubekki
Change by Amirouche Boubekki : -- title: asycnio documention has lost its paragraph about cancellation -> asyncio documention has lost its paragraph about cancellation ___ Python tracker