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 pitrou
Recipients anon, hct, josh.r, mark.dickinson, meador.inge, pitrou, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2014-10-01.20:59:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412197199.66.0.767908768523.issue19915@psf.upfronthosting.co.za>
In-reply-to
Content
@anon: if there is a patch, any committer here can get it into 3.5. You'll recognize them as they have a nice Python logo next to their usernames ;-) If you want to try your hand at a patch, see https://docs.python.org/devguide/

By the way, I think it would be extra cool to implement this as a ".bits" pseudo-sequence, e.g.

>>> x = 255
>>> x.bits[0]
1
>>> x.bits[1:3]
7

However, it might not be so easy to do it in C...
History
Date User Action Args
2014-10-01 20:59:59pitrousetrecipients: + pitrou, tim.peters, rhettinger, mark.dickinson, vstinner, meador.inge, serhiy.storchaka, hct, anon, josh.r
2014-10-01 20:59:59pitrousetmessageid: <1412197199.66.0.767908768523.issue19915@psf.upfronthosting.co.za>
2014-10-01 20:59:59pitroulinkissue19915 messages
2014-10-01 20:59:59pitroucreate