[Python-checkins] gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)

miss-islington webhook-mailer at python.org
Sat Apr 30 18:14:42 EDT 2022


https://github.com/python/cpython/commit/5dcfb916c765d825b2e8372281d71d32316b41cf
commit: 5dcfb916c765d825b2e8372281d71d32316b41cf
branch: main
author: slateny <46876382+slateny at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-04-30T15:14:38-07:00
summary:

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

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index dd01c88d8ae66..f93523a4c50a8 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -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
 ---------
 



More information about the Python-checkins mailing list