{{ message }}
GH-138465: Improve documentation for common sequence methods#138474
Merged
AA-Turner merged 7 commits intoSep 5, 2025
Merged
Conversation
serhiy-storchaka
left a comment
Member
There was a problem hiding this comment.
Looks great!
Sorry, something went wrong.
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka
approved these changes
Sep 5, 2025
serhiy-storchaka
left a comment
Member
There was a problem hiding this comment.
LGTM. 👍
Sorry, something went wrong.
Hide details
View details
AA-Turner
merged commit
8ed1d53
into
python:main
Sep 5, 2025
31 checks passed
|
Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 5, 2025
…ythonGH-138474) (cherry picked from commit 8ed1d53) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
Sorry, @AA-Turner, I could not cleanly backport this to |
Sorry, something went wrong.
AA-Turner
added a commit
to AA-Turner/cpython
that referenced
this pull request
Sep 5, 2025
…hods (pythonGH-138474) (cherry picked from commit 8ed1d53) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
AA-Turner
added a commit
that referenced
this pull request
Sep 5, 2025
kumaraditya303
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 9, 2025
…hods (pythonGH-138474) (python#138560) pythonGH-138465: Improve documentation for common sequence methods (pythonGH-138474) (cherry picked from commit 8ed1d53) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
lkollar
pushed a commit
to lkollar/cpython
that referenced
this pull request
Sep 9, 2025
…ython#138474) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
cc @serhiy-storchaka
As part of this I've gone through the rest of the documentation and updated cross-references to use
sequence.{method}/list.{method}etc as appropriate.A
📚 Documentation preview 📚: https://cpython-previews--138474.org.readthedocs.build/