]> 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:40:37 +0000 (21:40 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Jul 2018 04:40:37 +0000 (21:40 -0700)
commit21ed29ac290b10d31dcac947f9246ae4d8b94a86
tree39dc028281c16697cab0425cd7ae8aec5dcc7780
parent3cc505e950cee25dc7429fdf8c1787483605649e
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