Yes, this was my point: I don't think that we need a bytearray method to create a mutable string from a single byte.<div><br></div><div>Victor<br><br>Le samedi 3 septembre 2016, Random832 <<a href="mailto:random832@fastmail.com">random832@fastmail.com</a>> a écrit :<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Sep 2, 2016, at 19:44, Ethan Furman wrote:<br>
> The problem with only having `bchr` is that it doesn't help with<br>
> `bytearray`;<br>
<br>
What is the use case for bytearray.fromord? Even in the rare case<br>
someone needs it, why not bytearray(bchr(...))?<br>
______________________________<wbr>_________________<br>
Python-Dev mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'Python-Dev@python.org')">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com" target="_blank">https://mail.python.org/<wbr>mailman/options/python-dev/<wbr>victor.stinner%40gmail.com</a><br>
</blockquote></div>