This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to log in and link your GitHub username to your profile.
For more information, see this post about the migration.

classification
Title: Add pairwise to What's New in Python 3.10; mark it as new in itertools docs
Type: Stage: needs patch
Components: Documentation Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, ramalho, rhettinger
Priority: normal Keywords:

Created on 2021-09-02 22:58 by ramalho, last changed 2021-09-03 07:15 by serhiy.storchaka.

Messages (1)
msg400966 - (view) Author: Luciano Ramalho (ramalho) * Date: 2021-09-02 22:58
Thanks for adding `itertools.pairwise()`!

Let's make it easier to find by mentioning it in "What's New in Python 3.10" and also marking it as "New in Python 3.10" in the `itertools` module documentation.
History
Date User Action Args
2021-09-03 07:15:06serhiy.storchakasetnosy: + rhettinger

stage: needs patch
2021-09-02 22:58:25ramalhocreate