[Python-3000] Fwd: Python bytes object

Guido van Rossum guido at python.org
Fri Nov 17 18:25:03 CET 2006


Sounds good to me -- I don't have this need myself but it seems to fit
well.  I'm looking forward to a patch. :-)

On 11/17/06, Neil Schemenauer <nas at arctrix.com> wrote:
> ----- Forwarded message from Antti Louko <alo at louko.com> -----
>
> Date: Fri, 17 Nov 2006 08:25:03 +0200
> From: Antti Louko <alo at louko.com>
> Subject: Python bytes object
> To: nas at arctrix.com
>
> Python bytes object is useful.
>
> I would add bitwise logical operations. They would be most useful in
> cryptographic and graphics operations.
>
> Also, encoding and decoding (long) integers in binary fromat to and from
> bytes type would be useful. Currently, there is no way to efficiently
> convert long integers to binary formats.
>
> Regards,
>
>         Antti Louko
>
> ----- End forwarded message -----
> _______________________________________________
> Python-3000 mailing list
> Python-3000 at python.org
> http://mail.python.org/mailman/listinfo/python-3000
> Unsubscribe: http://mail.python.org/mailman/options/python-3000/guido%40python.org
>


-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list