Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b461000

Browse files
committed
the current marshal version is 4 (closes #23167)
Patch by Dmitry Kazakov.
1 parent 10ecaa2 commit b461000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/marshal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In addition, the following constants are defined:
106106
format, version 1 shares interned strings and version 2 uses a binary format
107107
for floating point numbers.
108108
Version 3 adds support for object instancing and recursion.
109-
The current version is 3.
109+
The current version is 4.
110110

111111

112112
.. rubric:: Footnotes

0 commit comments

Comments
 (0)