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