mirror of https://github.com/python/cpython.git
parent
fcae1954a2
commit
a53f637368
|
@ -198,7 +198,7 @@ loops that truncate the stream.
|
|||
while (batch := list(islice(it, n))):
|
||||
yield batch
|
||||
|
||||
.. versionadded:: 3.12
|
||||
.. versionadded:: 3.12
|
||||
|
||||
|
||||
.. function:: chain(*iterables)
|
||||
|
|
Loading…
Reference in New Issue