Greg Ewing wrote:
> Baptiste Carvello wrote:
> 
>> while manipulating binary data will happen mostly with bytes objects, some 
>> operations are better done with ints, like the bit manipulations with the 
>> &|~^ 
>> operators.
> 
> Why not just support bitwise operations directly
> on the bytes object?
> 

+1!

Cheers,
Nick.

-- 
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to