From 8b6e5d38636807850e6b9579a98117b71b116e97 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 30 Apr 2022 15:29:09 -0700 Subject: [PATCH] gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563) 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 5dcfb916c765d825b2e8372281d71d32316b41cf) Co-authored-by: slateny <46876382+slateny@users.noreply.github.com> --- Doc/whatsnew/3.10.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 5788e32da1c9..55e7d62b5415 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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 --------- -- 2.47.3