Roundup Robot added the comment:
New changeset 8ac23d3242b4 by Benjamin Peterson in branch '3.4':
the current marshal version is 4 (closes #23167)
https://hg.python.org/cpython/rev/8ac23d3242b4
New changeset 826831a9a376 by Benjamin Peterson in branch 'default':
merge 3.4 (#23167)
https://hg.pyt
New submission from Dmitry Kazakov:
Documentation on marshal module says that format version is 3, but
Py_MARSHAL_VERSION is set to 4. Search for marshal-related issues gave me an
idea that this is a documentation bug.
--
assignee: docs@python
components: Documentation
files: marshal_d