summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2005-06-15 11:38:01 (GMT)
committerMichael W. Hudson <mwh@python.net>2005-06-15 11:38:01 (GMT)
commit744ff388ff60c4b3e8fb072eaf2265e9eca315b7 (patch)
tree58a9360bef6164ec5a49e518f1e0f031af3ee73e /Doc/lib
parentd60fbd469ea04148f06a3d4fc5e4ed94bb29741c (diff)
downloadcpython-744ff388ff60c4b3e8fb072eaf2265e9eca315b7.zip
cpython-744ff388ff60c4b3e8fb072eaf2265e9eca315b7.tar.gz
cpython-744ff388ff60c4b3e8fb072eaf2265e9eca315b7.tar.bz2
Missed this documentation change about my marshal-floats-binarywise
change.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libmarshal.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libmarshal.tex b/Doc/lib/libmarshal.tex
index d3dd835..63ff392 100644
--- a/Doc/lib/libmarshal.tex
+++ b/Doc/lib/libmarshal.tex
@@ -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}