summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmarshal.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-06 14:47:20 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-06 14:47:20 (GMT)
commit61098f201ea2a11ef18fcc977ce660f400358846 (patch)
tree0b5aab33627478a70f9ab3e2b8829b14f97390a3 /Doc/lib/libmarshal.tex
parentb1b3096a54fe15311aae786605c901c2d4a4a6f7 (diff)
downloadcpython-61098f201ea2a11ef18fcc977ce660f400358846.zip
cpython-61098f201ea2a11ef18fcc977ce660f400358846.tar.gz
cpython-61098f201ea2a11ef18fcc977ce660f400358846.tar.bz2
Marc-Andre Lemburg <mal@lemburg.com>:
Add Unicode strings to the list of marshalable types.
Diffstat (limited to 'Doc/lib/libmarshal.tex')
-rw-r--r--Doc/lib/libmarshal.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libmarshal.tex b/Doc/lib/libmarshal.tex
index f24399e..4b0589f 100644
--- a/Doc/lib/libmarshal.tex
+++ b/Doc/lib/libmarshal.tex
@@ -32,11 +32,11 @@ Not all Python object types are supported; in general, only objects
whose value is independent from a particular invocation of Python can
be written and read by this module. The following types are supported:
\code{None}, integers, long integers, floating point numbers,
-strings, tuples, lists, dictionaries, and code objects, where it
-should be understood that tuples, lists and dictionaries are only
-supported as long as the values contained therein are themselves
-supported; and recursive lists and dictionaries should not be written
-(they will cause infinite loops).
+strings, Unicode objects, tuples, lists, dictionaries, and code
+objects, where it should be understood that tuples, lists and
+dictionaries are only supported as long as the values contained
+therein are themselves supported; and recursive lists and dictionaries
+should not be written (they will cause infinite loops).
\strong{Caveat:} On machines where C's \code{long int} type has more than
32 bits (such as the DEC Alpha), it