From: Raymond Hettinger Date: Thu, 1 Jan 2004 05:53:51 +0000 (+0000) Subject: Add sets to list of picklable objects. X-Git-Tag: v2.4a1~1006 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=621c53ee9f83ce15ae312fc8e1f0b2aab3c353d6;p=thirdparty%2FPython%2Fcpython.git Add sets to list of picklable objects. --- diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index ef8cb2334e5d..ee19ce42d5c7 100644 --- a/Doc/lib/libpickle.tex +++ b/Doc/lib/libpickle.tex @@ -378,7 +378,7 @@ The following types can be pickled: \item normal and Unicode strings -\item tuples, lists, and dictionaries containing only picklable objects +\item tuples, lists, sets, and dictionaries containing only picklable objects \item functions defined at the top level of a module