-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
gh-106318: Add examples for str.startswith() method
#144369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
str.startswith() method
…entation Co-authored-by: Stan Ulbrych <[email protected]>
vstinner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
StanFromIreland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thanks @adorilson for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @adorilson for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…-144369) (cherry picked from commit 1b6d737) Co-authored-by: Adorilson Bezerra <[email protected]> Co-authored-by: Stan Ulbrych <[email protected]>
|
GH-144480 is a backport of this pull request to the 3.13 branch. |
|
GH-144481 is a backport of this pull request to the 3.14 branch. |
…-144369) (cherry picked from commit 1b6d737) Co-authored-by: Adorilson Bezerra <[email protected]> Co-authored-by: Stan Ulbrych <[email protected]>
|
Merged, thanks. |
…) (#144481) gh-106318: Add examples for `str.startswith()` method (GH-144369) (cherry picked from commit 1b6d737) Co-authored-by: Adorilson Bezerra <[email protected]> Co-authored-by: Stan Ulbrych <[email protected]>
…) (#144480) gh-106318: Add examples for `str.startswith()` method (GH-144369) (cherry picked from commit 1b6d737) Co-authored-by: Adorilson Bezerra <[email protected]> Co-authored-by: Stan Ulbrych <[email protected]>
…44369) Co-authored-by: Stan Ulbrych <[email protected]>
WIP to #106318
#106318: Add examples for str.startwith() method
📚 Documentation preview 📚: https://cpython-previews--144369.org.readthedocs.build/