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
Fix pickletools doc for NEWFALSE #9432
Conversation
But for consistency with other similar opcodes, I think it is better to remove the first line and left just |
Sure, let me change that. |
Thanks @krzysieq for the PR, and @serhiy-storchaka for merging it |
GH-9494 is a backport of this pull request to the 3.7 branch. |
Also make docs for NEWFALSE and NEWTRUE more consistent with docs for other opcodes. (cherry picked from commit 488cfb7) Co-authored-by: Krzysztof Wroblewski <krzysiek.wr@gmail.com>
GH-9495 is a backport of this pull request to the 3.6 branch. |
Also make docs for NEWFALSE and NEWTRUE more consistent with docs for other opcodes. (cherry picked from commit 488cfb7) Co-authored-by: Krzysztof Wroblewski <krzysiek.wr@gmail.com>
GH-9496 is a backport of this pull request to the 2.7 branch. |
Also make docs for NEWFALSE and NEWTRUE more consistent with docs for other opcodes. (cherry picked from commit 488cfb7) Co-authored-by: Krzysztof Wroblewski <krzysiek.wr@gmail.com>
Also make docs for NEWFALSE and NEWTRUE more consistent with docs for other opcodes. (cherry picked from commit 488cfb7) Co-authored-by: Krzysztof Wroblewski <krzysiek.wr@gmail.com>
Also make docs for NEWFALSE and NEWTRUE more consistent with docs for other opcodes. (cherry picked from commit 488cfb7) Co-authored-by: Krzysztof Wroblewski <krzysiek.wr@gmail.com>
Thanks @krzysieq for the PR, and @serhiy-storchaka for merging it |
GH-9584 is a backport of this pull request to the 3.7 branch. |
Also make docs for NEWFALSE and NEWTRUE more consistent with docs for other opcodes. (cherry picked from commit 488cfb7) Co-authored-by: Krzysztof Wroblewski <krzysiek.wr@gmail.com>
Also make docs for NEWFALSE and NEWTRUE more consistent with docs for other opcodes. (cherry picked from commit 488cfb7) Co-authored-by: Krzysztof Wroblewski <krzysiek.wr@gmail.com>
Also make docs for NEWFALSE and NEWTRUE more consistent with docs for other opcodes.
Fix the doc for the
NEWFALSE
opcode inpickletools
.Note that this first part of a doc is shown when
pickletools
is used with--annotate
.