Message91831
"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 |
|
Date |
User |
Action |
Args |
2009-08-21 15:48:56 | serprex | set | recipients:
+ serprex, georg.brandl |
2009-08-21 15:48:55 | serprex | set | messageid: <1250869735.91.0.499827102331.issue6757@psf.upfronthosting.co.za> |
2009-08-21 15:48:54 | serprex | link | issue6757 messages |
2009-08-21 15:48:53 | serprex | create | |
|