mirror of
https://github.com/python/cpython.git
synced 2024-11-27 23:47:29 +01:00
d00f7b1b9d
* Document that slices can be marshalled * Deduplicate and organize the list of supported types in docs * Organize the type code list in marshal.c, to make it more obvious that this is a versioned format * Back-fill some historical info Co-authored-by: Michael Droettboom <mdboom@gmail.com>
3 lines
99 B
ReStructuredText
3 lines
99 B
ReStructuredText
:mod:`marshal` now supports :class:`slice` objects. The marshal format
|
|
version was increased to 5.
|