Commit 621c53ee authored by Raymond Hettinger's avatar Raymond Hettinger

Add sets to list of picklable objects.

parent 7a700b87
...@@ -378,7 +378,7 @@ The following types can be pickled: ...@@ -378,7 +378,7 @@ The following types can be pickled:
\item normal and Unicode strings \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 \item functions defined at the top level of a module
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment