]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-12743: Delete comment from marshal.rst (GH-8457)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Jul 2018 04:42:44 +0000 (21:42 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Jul 2018 04:42:44 +0000 (21:42 -0700)
commit146ba436cc0457b8ef7fea8b054b9ccb15e24748
treeac61c45fe32805460a811ee1b824170478bfda4f
parentcecbe0ade87360cd37cc1389fe33dd92f2cf52ba
bpo-12743: Delete comment from marshal.rst (GH-8457)

Also, update the list of exceptions that may raised by PyMarshal_*
functions. We usually don't document exceptions raised by a
function, but in this case most of them were already documented
in C API and standard library documentation.
(cherry picked from commit defcffdf86780e3a184ebb25dc9a7b807753d57a)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Doc/c-api/marshal.rst