[Python-checkins] python/dist/src/Doc/lib libmarshal.tex, 1.25, 1.26

mwh@users.sourceforge.net mwh at users.sourceforge.net
Wed Jun 15 13:38:04 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6295/Doc/lib

Modified Files:
	libmarshal.tex 
Log Message:
Missed this documentation change about my marshal-floats-binarywise
change.


Index: libmarshal.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmarshal.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- libmarshal.tex	20 Dec 2004 12:25:56 -0000	1.25
+++ libmarshal.tex	15 Jun 2005 11:38:01 -0000	1.26
@@ -109,8 +109,9 @@
 
 \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}



More information about the Python-checkins mailing list