[issue6757] Marshal's documentation incomplete

Demur Rumed report at bugs.python.org
Fri Aug 21 17:48:55 CEST 2009


New submission from Demur Rumed <junkmute at hotmail.com>:

"The following types are supported: None, integers, floating point
numbers, strings, bytes, bytearrays, tuples, lists, sets, dictionaries,
and code objects"

It fails to list bools: True and False

While it states "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." beforehand, it seems
proper to include bools in the list of accepted types

----------
assignee: georg.brandl
components: Documentation, Library (Lib)
messages: 91831
nosy: georg.brandl, serprex
severity: normal
status: open
title: Marshal's documentation incomplete
type: behavior
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6757>
_______________________________________


More information about the Python-bugs-list mailing list