]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix pickletools doc for NEWFALSE. (GH-9432)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Sep 2018 15:27:47 +0000 (08:27 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Sep 2018 15:27:47 +0000 (08:27 -0700)
commit09f2eec05420a9df76de8ab65d1dd89e9d0aa4b7
treea4e988eac5a2492e2a356ee8363b3b7ff24e7e26
parent7529754d26f5e744ae25bee56fdc1937bcf08c7e
Fix pickletools doc for NEWFALSE. (GH-9432)

Also make docs for NEWFALSE and NEWTRUE more consistent
with docs for other opcodes.
(cherry picked from commit 488cfb78c8b81075942b5e4cc9630e7a6dd9dc28)

Co-authored-by: Krzysztof Wroblewski <krzysiek.wr@gmail.com>
Lib/pickletools.py