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
This commit is contained in:
slateny 2022-04-30 15:14:38 -07:00 committed by GitHub
parent efb87b1090
commit 5dcfb916c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
---------