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 5251711 commit 53c5c17Copy full SHA for 53c5c17
1 file changed
Doc/whatsnew/3.13.rst
@@ -313,6 +313,14 @@ ipaddress
313
* Add the :attr:`ipaddress.IPv4Address.ipv6_mapped` property, which returns the IPv4-mapped IPv6 address.
314
(Contributed by Charles Machalow in :gh:`109466`.)
315
316
+itertools
317
+---------
318
+
319
+* Added a ``strict`` option to :func:`itertools.batched`.
320
+ This raises a :exc:`ValueError` if the final batch is shorter
321
+ than the specified batch size.
322
+ (Contributed by Raymond Hettinger in :gh:`113202`.)
323
324
marshal
325
-------
326
0 commit comments