Staging
v0.5.1
https://github.com/python/cpython
Revision 46634b7aa82f014cd0039afb7f0ed860605beb9d authored by Miss Islington (bot) on 20 July 2020, 09:01:39 UTC, committed by GitHub on 20 July 2020, 09:01:39 UTC

These changes updates the doc to comprehensively mention the behaviour of gather.cancel()

Automerge-Triggered-By: @asvetlov
(cherry picked from commit d42528a3a2c7d79fd2e6c9f2a02f3ce12d44c8cc)

Co-authored-by: Vinay Sharma <vinay04sharma@icloud.com>
1 parent 2fbb0d8
Raw File
Tip revision: 46634b7aa82f014cd0039afb7f0ed860605beb9d authored by Miss Islington (bot) on 20 July 2020, 09:01:39 UTC
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
Tip revision: 46634b7
indent.pro
--blank-lines-after-declarations
--blank-lines-after-procedures
--braces-after-func-def-line
--braces-on-if-line
--braces-on-struct-decl-line
--break-after-boolean-operator
--comment-indentation25
--comment-line-length79
--continue-at-parentheses
--dont-cuddle-do-while
--dont-cuddle-else
--indent-level4
--line-length79
--no-space-after-casts
--no-space-after-function-call-names
--no-space-after-parentheses
--no-tabs
--procnames-start-lines
--space-after-for
--space-after-if
--space-after-while
--swallow-optional-blank-lines
-T PyCFunction
-T PyObject
back to top