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 mark.dickinson
Recipients facundobatista, gregsmith, mark.dickinson, tim.peters
Date 2009-02-10.20:46:40
SpamBayes Score 4.9642317e-09
Marked as misclassified No
Message-id <1234298801.57.0.483168884113.issue722647@psf.upfronthosting.co.za>
In-reply-to
Content
I recommend closing this due to lack of interest/PEP/patch.

2.7 and 3.1 now have n.bit_length(), which matches Gregory's proposed 
n.bitwid().

I'm semi-interested in the bit-access methods n.bit(x) and n.bit(hi, lo), 
but not enough to write a PEP or patch right now.

For n.bitarray(), it might be better to expose the 
_PyLong_{As,From}ByteArray methods instead.
History
Date User Action Args
2009-02-10 20:46:41mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, gregsmith, facundobatista
2009-02-10 20:46:41mark.dickinsonsetmessageid: <1234298801.57.0.483168884113.issue722647@psf.upfronthosting.co.za>
2009-02-10 20:46:40mark.dickinsonlinkissue722647 messages
2009-02-10 20:46:40mark.dickinsoncreate