mirror of
https://github.com/python/cpython
synced 2026-09-27 05:18:16 +03:00
GH-103415: Document itertools.batched() in whatsnew.3.12 (#103670)
This commit is contained in:
parent
dc328d398d
commit
0cb0871584
1 changed files with 7 additions and 0 deletions
|
|
@ -309,6 +309,13 @@ fractions
|
|||
* Objects of type :class:`fractions.Fraction` now support float-style
|
||||
formatting. (Contributed by Mark Dickinson in :gh:`100161`.)
|
||||
|
||||
itertools
|
||||
---------
|
||||
|
||||
* Added :class:`itertools.batched()` for collecting into even-sized
|
||||
tuples where the last batch may be shorter than the rest.
|
||||
(Contributed by Raymond Hettinger in :gh:`98363`.)
|
||||
|
||||
math
|
||||
----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue