]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Sep 2025 05:51:48 +0000 (07:51 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Sep 2025 05:51:48 +0000 (08:51 +0300)
commitf153e32cba52c083bca7d371b96cf6cfc5cde160
tree10c62d7a49d09b8d5eecd11495413b60f7c813ae
parentcddb7e6a7a6bb7a79063f1971772bc1583043376
[3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560)

GH-138465: Improve documentation for common sequence methods (GH-138474)
(cherry picked from commit 8ed1d53e62aa9acb9a0674f479cfe4d06622b911)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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