cpython: asyncio: Add 'shield' to __all__.
Nov. 29, 2013
6:29 p.m.
http://hg.python.org/cpython/rev/dfe327390cc2 changeset: 87637:dfe327390cc2 user: Guido van Rossum <guido@python.org> date: Fri Nov 29 09:29:00 2013 -0800 summary: asyncio: Add 'shield' to __all__. files: Lib/asyncio/tasks.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/asyncio/tasks.py b/Lib/asyncio/tasks.py --- a/Lib/asyncio/tasks.py +++ b/Lib/asyncio/tasks.py @@ -3,7 +3,7 @@ __all__ = ['coroutine', 'Task', 'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'ALL_COMPLETED', 'wait', 'wait_for', 'as_completed', 'sleep', 'async', - 'gather', + 'gather', 'shield', ] import collections -- Repository URL: http://hg.python.org/cpython
4525
Age (days ago)
4525
Last active (days ago)
0 comments
1 participants
participants (1)
-
guido.van.rossum