<div dir="ltr">Actually, I hadsn't thought about that much, it's fine to only have bytes.byte().<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 3, 2014 at 1:04 PM, Nick Coghlan <span dir="ltr"><<a href="mailto:ncoghlan@gmail.com" target="_blank">ncoghlan@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><p dir="ltr"><br>
On 4 Apr 2014 05:03, "Serhiy Storchaka" <<a href="mailto:storchaka@gmail.com" target="_blank">storchaka@gmail.com</a>> wrote:<br>
><br>
> 02.04.14 14:40, Nick Coghlan написав(ла):<br>
><br>
>> I thought of that, but it seems like a recipe for typos and confusion.<br>
>> bytes.byte and bytearray.byte seem clearer and safer.<br>
><br>
><br>
> bytearray.byte looks deceptive. It returns not a byte, but 1-element bytearray.<br>
><br>
> I doubt that creating 1-element bytearray is enough often case to add new special method (unlike to bytes.byte).</p>
</div><p dir="ltr">I actually agree, but Guido preferred the greater API consistency. Since I'm only -0 on bytearray.byte, I don't have much motivation to argue about it.</p>
<p dir="ltr">Cheers,<br>
Nick.<br></p><div class="HOEnZb"><div class="h5">
<p dir="ltr">><br>
><br>
> _______________________________________________<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/mailman/listinfo/python-ideas</a><br>
> Code of Conduct: <a href="http://python.org/psf/codeofconduct/" target="_blank">http://python.org/psf/codeofconduct/</a></p>
</div></div><br>_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" target="_blank">http://python.org/psf/codeofconduct/</a><br></blockquote></div><br><br clear="all"><br>-- <br>--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)
</div>