[Python-Dev] PEP 467: last round (?) (original) (raw)
Victor Stinner victor.stinner at gmail.com
Sat Sep 3 04:47:57 EDT 2016
- Previous message (by thread): [Python-Dev] PEP 467: last round (?)
- Next message (by thread): [Python-Dev] PEP 467: last round (?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes, this was my point: I don't think that we need a bytearray method to create a mutable string from a single byte.
Victor
Le samedi 3 septembre 2016, Random832 <random832 at fastmail.com> a écrit :
On Fri, Sep 2, 2016, at 19:44, Ethan Furman wrote: > The problem with only having
bchr
is that it doesn't help with >bytearray
;What is the use case for bytearray.fromord? Even in the rare case someone needs it, why not bytearray(bchr(...))?
Python-Dev mailing list Python-Dev at python.org javascript:; https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/ victor.stinner%40gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160903/e55aa784/attachment.html>
- Previous message (by thread): [Python-Dev] PEP 467: last round (?)
- Next message (by thread): [Python-Dev] PEP 467: last round (?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]