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
GH-89253

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

Automerge-Triggered-By: GH:rhettinger
(cherry picked from commit 5dcfb91)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
  • Loading branch information
miss-islington and slateny committed Apr 30, 2022
1 parent 335aae1 commit 8b6e5d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.10.rst
Expand Up @@ -1212,6 +1212,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 8b6e5d3

Please sign in to comment.