[Python-ideas] a new bytestring type?

Amber Yust amber.yust at gmail.com
Sun Jan 5 20:58:04 CET 2014


How would you see this bytestring type as differentiating itself from
bytes? What use cases do you envision?

On Sun Jan 05 2014 at 11:56:46 AM, Ethan Furman <ethan at stoneleaf.us> wrote:

> As anyone who has worked with Python 3 and low-level protocols knows,
> Python 3 has no 'bytestring' type.  It has
> immutable and mutable versions of arrays of integers, otherwise known as
> 'bytes' and 'bytearray'.
>
> How many would be interested in having a 'bytestring'?
>
> What do you see as the distinguishing characteristics?
>
> --
> ~Ethan~
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140105/b24402ba/attachment.html>


More information about the Python-ideas mailing list