mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Format None, True, False and NotImplemented as literals (GH-118758)
This commit is contained in:
parent
bcb435ee8f
commit
05c2fe1acd
39 changed files with 85 additions and 83 deletions
|
|
@ -538,7 +538,7 @@ Running Tasks Concurrently
|
|||
# [2, 6, 24]
|
||||
|
||||
.. note::
|
||||
If *return_exceptions* is False, cancelling gather() after it
|
||||
If *return_exceptions* is false, cancelling gather() after it
|
||||
has been marked done won't cancel any submitted awaitables.
|
||||
For instance, gather can be marked done after propagating an
|
||||
exception to the caller, therefore, calling ``gather.cancel()``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue