]> granicus.if.org Git - python/commitdiff
the current marshal version is 4 (closes #23167)
authorBenjamin Peterson <benjamin@python.org>
Sun, 4 Jan 2015 22:29:48 +0000 (16:29 -0600)
committerBenjamin Peterson <benjamin@python.org>
Sun, 4 Jan 2015 22:29:48 +0000 (16:29 -0600)
Patch by Dmitry Kazakov.

Doc/library/marshal.rst

index 124eb6168e7ee00c114734c383a93156efcd38df..af43944b2c9235ee9564c9544928e6d586560166 100644 (file)
@@ -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