Skip to content

Commit 39c34f1

Browse files
authored
Use same message for news.d
1 parent 91bdf2f commit 39c34f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
:func:`map` now supports :pep:`618`'s ``strict`` parameter, which raises a :exc:`ValueError` if the arguments are exhausted at different lengths.
1+
The :func:`map` function now has an optional *strict* flag like
2+
:func:`zip`, used to require that all the iterables have an equal length.
23
Contributed by Wannes Boeykens.

0 commit comments

Comments
 (0)