diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-04 22:29:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-04 22:29:48 (GMT) |
commit | b461000a3f8270f28384968d4122fbf102644d01 (patch) | |
tree | 65ff4849ca24f1703fe32f22d086922943478518 /Doc/library/marshal.rst | |
parent | 10ecaa24162382bdf5e21170b27206188ec9b25f (diff) | |
download | cpython-b461000a3f8270f28384968d4122fbf102644d01.zip cpython-b461000a3f8270f28384968d4122fbf102644d01.tar.gz cpython-b461000a3f8270f28384968d4122fbf102644d01.tar.bz2 |
the current marshal version is 4 (closes #23167)
Patch by Dmitry Kazakov.
Diffstat (limited to 'Doc/library/marshal.rst')
-rw-r--r-- | Doc/library/marshal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/marshal.rst b/Doc/library/marshal.rst index 124eb61..af43944 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 |