From b461000a3f8270f28384968d4122fbf102644d01 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 4 Jan 2015 16:29:48 -0600 Subject: [PATCH] the current marshal version is 4 (closes #23167) Patch by Dmitry Kazakov. --- Doc/library/marshal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/marshal.rst b/Doc/library/marshal.rst index 124eb6168e7..af43944b2c9 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