How would you see this bytestring type as differentiating itself from bytes? What use cases do you envision?<br><br><div>On Sun Jan 05 2014 at 11:56:46 AM, Ethan Furman <<a href="mailto:ethan@stoneleaf.us">ethan@stoneleaf.us</a>> wrote:</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As anyone who has worked with Python 3 and low-level protocols knows, Python 3 has no 'bytestring' type.  It has<br>

immutable and mutable versions of arrays of integers, otherwise known as 'bytes' and 'bytearray'.<br>
<br>
How many would be interested in having a 'bytestring'?<br>
<br>
What do you see as the distinguishing characteristics?<br>
<br>
--<br>
~Ethan~<br>
______________________________<u></u>_________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" target="_blank">https://mail.python.org/<u></u>mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" target="_blank">http://python.org/psf/<u></u>codeofconduct/</a><br>
</blockquote>