Skip to content

Commit

Permalink
gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)
Browse files Browse the repository at this point in the history
#89253

[`pairwise()`](https://docs.python.org/3/library/itertools.html#itertools.pairwise) already has the 'new in python3.10'

Automerge-Triggered-By: GH:rhettinger
  • Loading branch information
slateny committed Apr 30, 2022
1 parent efb87b1 commit 5dcfb91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.10.rst
Expand Up @@ -1223,6 +1223,12 @@ now call :func:`inspect.get_annotations` to retrieve annotations. This means
also now un-stringize stringized annotations.
(Contributed by Larry Hastings in :issue:`43817`.)
itertools
---------
Add :func:`itertools.pairwise()`.
(Contributed by Raymond Hettinger in :issue:`38200`.)
linecache
---------
Expand Down

0 comments on commit 5dcfb91

Please sign in to comment.