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 jcea
Recipients jcea
Date 2013-02-07.15:53:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360252420.36.0.0246801123884.issue17152@psf.upfronthosting.co.za>
In-reply-to
Content
Array module is used, frequently, as a convenient way of saving a lot of memory. I think we should support "boolean" typeobject natively. Implementation should be trivial and efficient, except methods like "pop()" (a bit convoluted, but doable).

Opinions?.
History
Date User Action Args
2013-02-07 15:53:40jceasetrecipients: + jcea
2013-02-07 15:53:40jceasetmessageid: <1360252420.36.0.0246801123884.issue17152@psf.upfronthosting.co.za>
2013-02-07 15:53:40jcealinkissue17152 messages
2013-02-07 15:53:40jceacreate