diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-06 15:04:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-06 15:04:30 (GMT) |
commit | 56ced2a7e461fa1baf81a8692cf027f7b7e8c271 (patch) | |
tree | 71a833c6f71e046b723c133053e14fec260b8d8c /Doc/lib | |
parent | 5828ad69630706a3a3839bd47eeddfcbfcdb8e43 (diff) | |
download | cpython-56ced2a7e461fa1baf81a8692cf027f7b7e8c271.zip cpython-56ced2a7e461fa1baf81a8692cf027f7b7e8c271.tar.gz cpython-56ced2a7e461fa1baf81a8692cf027f7b7e8c271.tar.bz2 |
Marc-Andre Lemburg <mal@lemburg.com>:
Added note that Unicode strings are picklable.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libpickle.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index dca7820..c8a4d24 100644 --- 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 |