This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serprex
Recipients georg.brandl, serprex
Date 2009-08-21.15:48:53
SpamBayes Score 2.408985e-06
Marked as misclassified No
Message-id <1250869735.91.0.499827102331.issue6757@psf.upfronthosting.co.za>
In-reply-to
Content
"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
History
Date User Action Args
2009-08-21 15:48:56serprexsetrecipients: + serprex, georg.brandl
2009-08-21 15:48:55serprexsetmessageid: <1250869735.91.0.499827102331.issue6757@psf.upfronthosting.co.za>
2009-08-21 15:48:54serprexlinkissue6757 messages
2009-08-21 15:48:53serprexcreate