[3.6] bpo-12743: Delete comment from marshal.rst (GH-8457) by miss-islington · Pull Request #8490 · python/cpython

@berkerpeksag @miss-islington

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 defcffd)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>

@bedevere-bot mentioned this pull request

Jul 27, 2018

berkerpeksag