From: Benjamin Peterson Date: Sun, 4 Jan 2015 22:29:48 +0000 (-0600) Subject: the current marshal version is 4 (closes #23167) X-Git-Tag: v3.4.3rc1~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b461000a3f8270f28384968d4122fbf102644d01;p=thirdparty%2FPython%2Fcpython.git the current marshal version is 4 (closes #23167) Patch by Dmitry Kazakov. --- diff --git a/Doc/library/marshal.rst b/Doc/library/marshal.rst index 124eb6168e7e..af43944b2c92 100644 --- a/Doc/library/marshal.rst +++ b/Doc/library/marshal.rst @@ -106,7 +106,7 @@ In addition, the following constants are defined: format, version 1 shares interned strings and version 2 uses a binary format for floating point numbers. Version 3 adds support for object instancing and recursion. - The current version is 3. + The current version is 4. .. rubric:: Footnotes