Commit afa40728 authored by Raymond Hettinger's avatar Raymond Hettinger

Add sets to list of picklable objects.

parent 759f9427
......@@ -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
......
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