]> granicus.if.org Git - python/commitdiff
Sets are marshalable.
authorRaymond Hettinger <python@rcn.com>
Wed, 31 Oct 2007 22:15:49 +0000 (22:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 31 Oct 2007 22:15:49 +0000 (22:15 +0000)
Doc/library/marshal.rst

index 8efcbb769df5b3d0bbfc16b871cdfb24dbdb65d3..19a56d74a30527c19e109be9e2cc215f26b0aec2 100644 (file)
@@ -38,7 +38,7 @@ supports a substantially wider range of objects than marshal.
 Not all Python object types are supported; in general, only objects whose value
 is independent from a particular invocation of Python can be written and read by
 this module.  The following types are supported: ``None``, integers, long
-integers, floating point numbers, strings, Unicode objects, tuples, lists,
+integers, floating point numbers, strings, Unicode objects, tuples, lists, sets,
 dictionaries, and code objects, where it should be understood that tuples, lists
 and dictionaries are only supported as long as the values contained therein are
 themselves supported; and recursive lists and dictionaries should not be written