Add sets to list of picklable objects.

This commit is contained in:
Raymond Hettinger 2004-01-01 05:53:51 +00:00
parent 7a700b873b
commit 621c53ee9f

View file

@ -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