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 serhiy.storchaka
Recipients anon, hct, mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2013-12-07.07:52:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386402766.23.0.739261107967.issue19915@psf.upfronthosting.co.za>
In-reply-to
Content
> My want has been for a bitarray (parallel to the existing bytearray type).

Or bitview (parallel to the existing memoryview type). It should work as with int's and bytes object's (immutable), so with bytearray (mutable).
History
Date User Action Args
2013-12-07 07:52:46serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, hct, anon
2013-12-07 07:52:46serhiy.storchakasetmessageid: <1386402766.23.0.739261107967.issue19915@psf.upfronthosting.co.za>
2013-12-07 07:52:46serhiy.storchakalinkissue19915 messages
2013-12-07 07:52:46serhiy.storchakacreate