mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
efb87b1090
commit
5dcfb916c7
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue