[issue6757] Marshal's documentation incomplete (Bools)

2009-09-03 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74633. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6757] Marshal's documentation incomplete (Bools)

2009-08-21 Thread Martin v . Löwis
Martin v. Löwis added the comment: A number of other things are also missing. types:complex,frozenset singletons:StopIteration, Ellipsis -- nosy: +loewis ___ Python tracker ___

[issue6757] Marshal's documentation incomplete (Bools)

2009-08-21 Thread Demur Rumed
Changes by Demur Rumed : -- title: Marshal's documentation incomplete -> Marshal's documentation incomplete (Bools) ___ Python tracker ___ ___

[issue6757] Marshal's documentation incomplete

2009-08-21 Thread Demur Rumed
New submission from Demur Rumed : "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 ge