Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-101100: Fix dangling references in pickle.rst#114972
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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:
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
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 fromDoc/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 commitec69e1d)Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Sorry,@smontanaro and@AlexWaygood, I could not cleanly backport this to
|
GH-114992 is a backport of this pull request to the3.11 branch. |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>(cherry picked from commitec69e1d)
GH-114999 is a backport of this pull request to the3.11 branch. |
GH-114999 is a backport of this pull request to the3.12 branch. |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
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/