-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-101100: Fix dangling references in pickle.rst #114972
Conversation
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.
Looks good! Two small suggestions:
Co-authored-by: Alex Waygood <[email protected]>
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.
Thanks, looks great! However, I'm unable to merge this PR (the "merge" button is physically unavailable to me right now 🙂) until the CI failure is fixed as part of this PR:
Congratulations! You improved:
Doc/library/pickle.rst
Please remove from Doc/tools/.nitignore
Error: Process completed with exit code 255.
Could you remove that line from Doc/tools/.nitignore
?
Should be good to go. |
Thanks! |
Thanks @smontanaro for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @smontanaro for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
(cherry picked from commit ec69e1d) Co-authored-by: Skip Montanaro <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
Sorry, @smontanaro and @AlexWaygood, I could not cleanly backport this to
|
GH-114992 is a backport of this pull request to the 3.11 branch. |
…114992) gh-101100: Fix dangling references in pickle.rst (GH-114972) (cherry picked from commit ec69e1d) Co-authored-by: Skip Montanaro <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit ec69e1d)
GH-114999 is a backport of this pull request to the 3.11 branch. |
GH-114999 is a backport of this pull request to the 3.12 branch. |
Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
Fairly straightforward. Oddly enough, I found no canonical definition of
append
orextend
methods, so I just. suppressed those links.📚 Documentation preview 📚: https://cpython-previews--114972.org.readthedocs.build/