This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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 2022-04-11 14:59 by admin.

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
2022-04-11 14:59:49adminsetgithub: 89253
2021-09-03 07:15:06serhiy.storchakasetnosy: + rhettinger

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