John Machin <[EMAIL PROTECTED]> writes:
> Bitwise operations like & | ^ << >> etc work on long integers. This
> happens at C speed. 

The problem is if you want to set a bit, you have to allocate a whole
new long integer.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to