Skip to content

Commit 5dcfb91

Browse files
authored
gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)
#89253 [`pairwise()`](https://docs.python.org/3/library/itertools.html#itertools.pairwise) already has the 'new in python3.10' Automerge-Triggered-By: GH:rhettinger
1 parent efb87b1 commit 5dcfb91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,12 @@ now call :func:`inspect.get_annotations` to retrieve annotations. This means
12231223
also now un-stringize stringized annotations.
12241224
(Contributed by Larry Hastings in :issue:`43817`.)
12251225
1226+
itertools
1227+
---------
1228+
1229+
Add :func:`itertools.pairwise()`.
1230+
(Contributed by Raymond Hettinger in :issue:`38200`.)
1231+
12261232
linecache
12271233
---------
12281234

0 commit comments

Comments
 (0)