Skip to content

Commit c5cebe1

Browse files
gh-137128: Remove outdated todo about coro_fns in asyncio (#137385)
1 parent 08ce7c6 commit c5cebe1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/asyncio/staggered.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ async def staggered_race(coro_fns, delay, *, loop=None):
6262
coroutine's entry is ``None``.
6363
6464
"""
65-
# TODO: when we have aiter() and anext(), allow async iterables in coro_fns.
6665
loop = loop or events.get_running_loop()
6766
parent_task = tasks.current_task(loop)
6867
enum_coro_fns = enumerate(coro_fns)

0 commit comments

Comments
 (0)