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 Jim Fasarakis-Hilliard, mark.dickinson, niklasf, serhiy.storchaka
Date 2017-03-22.21:49:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490219382.45.0.998439097138.issue29882@psf.upfronthosting.co.za>
In-reply-to
Content
I think that adding bitarray or bitset (or both) in the stdlib would better satisfy the needs. There are open issues for adding ability to read or set selected bits or range of bits in int or for bitwise operations on bytes. I think that bitarray and bitset would provide better interface for these operations.
History
Date User Action Args
2017-03-22 21:49:42serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, Jim Fasarakis-Hilliard, niklasf
2017-03-22 21:49:42serhiy.storchakasetmessageid: <1490219382.45.0.998439097138.issue29882@psf.upfronthosting.co.za>
2017-03-22 21:49:42serhiy.storchakalinkissue29882 messages
2017-03-22 21:49:42serhiy.storchakacreate