From 56ced2a7e461fa1baf81a8692cf027f7b7e8c271 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 6 Apr 2000 15:04:30 +0000 Subject: Marc-Andre Lemburg : Added note that Unicode strings are picklable. --- Doc/lib/libpickle.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12