bit operations ?

Alex Martelli aleax at aleax.it
Fri Sep 20 11:09:16 EDT 2002


Shagshag13 wrote:

> hello,
> 
> i'm looking for any libs which could handle bit operations on integer.
> (i must be able to get 0 to n bits from any int., only bit j, etc.)

gmpy does the two ops that you require -- functions lowbits and
getbit respectively.  No 'etc', though.


Alex




More information about the Python-list mailing list