]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Missed this documentation change about my marshal-floats-binarywise
authorMichael W. Hudson <mwh@python.net>
Wed, 15 Jun 2005 11:38:01 +0000 (11:38 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 15 Jun 2005 11:38:01 +0000 (11:38 +0000)
change.

Doc/lib/libmarshal.tex

index d3dd83534721a458fa157810d5c12d2aaef85807..63ff3926173b9fdc11ae02b55d3a0e1b469bda8c 100644 (file)
@@ -109,8 +109,9 @@ In addition, the following constants are defined:
 
 \begin{datadesc}{version}
   Indicates the format that the module uses. Version 0 is the
-  historical format, version 1 (added in Python 2.4) shares
-  interned strings. The current version is 1.
+  historical format, version 1 (added in Python 2.4) shares interned
+  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}
-\end{datadesc}
\ No newline at end of file
+\end{datadesc}