]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-138465: Improve documentation for common sequence methods (#138474)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Fri, 5 Sep 2025 19:55:02 +0000 (20:55 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 19:55:02 +0000 (20:55 +0100)
commit8ed1d53e62aa9acb9a0674f479cfe4d06622b911
treec51586b000fa5953f2e537ea5d54fdc14e73387a
parente5c58300794a9f3054a0af3f76cf14b81a4da47f
GH-138465: Improve documentation for common sequence methods (#138474)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
20 files changed:
Doc/conf.py
Doc/faq/design.rst
Doc/faq/programming.rst
Doc/glossary.rst
Doc/library/bisect.rst
Doc/library/collections.abc.rst
Doc/library/collections.rst
Doc/library/pickle.rst
Doc/library/stdtypes.rst
Doc/reference/datamodel.rst
Doc/tutorial/controlflow.rst
Doc/tutorial/datastructures.rst
Doc/tutorial/introduction.rst
Doc/whatsnew/2.0.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.3.rst
Misc/NEWS.d/3.14.0a1.rst
Misc/NEWS.d/3.14.0a7.rst