Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc328d3 commit 0cb0871Copy full SHA for 0cb0871
1 file changed
Doc/whatsnew/3.12.rst
@@ -309,6 +309,13 @@ fractions
309
* Objects of type :class:`fractions.Fraction` now support float-style
310
formatting. (Contributed by Mark Dickinson in :gh:`100161`.)
311
312
+itertools
313
+---------
314
+
315
+* Added :class:`itertools.batched()` for collecting into even-sized
316
+ tuples where the last batch may be shorter than the rest.
317
+ (Contributed by Raymond Hettinger in :gh:`98363`.)
318
319
math
320
----
321
0 commit comments