projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5828ad6
)
Marc-Andre Lemburg <mal@lemburg.com>:
author
Fred Drake
<fdrake@acm.org>
Thu, 6 Apr 2000 15:04:30 +0000
(15:04 +0000)
committer
Fred Drake
<fdrake@acm.org>
Thu, 6 Apr 2000 15:04:30 +0000
(15:04 +0000)
Added note that Unicode strings are picklable.
Doc/lib/libpickle.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libpickle.tex
b/Doc/lib/libpickle.tex
index dca7820d6af4ade14dfe05cfeb297e1a321af321..c8a4d24ef72ec501f6bbaae62a99529b89fb94c4 100644
(file)
--- a/
Doc/lib/libpickle.tex
+++ b/
Doc/lib/libpickle.tex
@@
-211,7
+211,7
@@
The following types can be pickled:
\item integers, long integers, floating point numbers
-\item strings
+\item
normal and Unicode
strings
\item tuples, lists and dictionaries containing only picklable objects