mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
Missed this documentation change about my marshal-floats-binarywise
change.
This commit is contained in:
parent
d60fbd469e
commit
744ff388ff
1 changed files with 4 additions and 3 deletions
|
|
@ -109,8 +109,9 @@ In addition, the following constants are defined:
|
||||||
|
|
||||||
\begin{datadesc}{version}
|
\begin{datadesc}{version}
|
||||||
Indicates the format that the module uses. Version 0 is the
|
Indicates the format that the module uses. Version 0 is the
|
||||||
historical format, version 1 (added in Python 2.4) shares
|
historical format, version 1 (added in Python 2.4) shares interned
|
||||||
interned strings. The current version is 1.
|
strings and version 2 (added in Python 2.5) uses a binary format for
|
||||||
|
floating point numbers. The current version is 2.
|
||||||
|
|
||||||
\versionadded{2.4}
|
\versionadded{2.4}
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue