[Python-Dev] PEP 467: last round (?) (original) (raw)
Random832 random832 at fastmail.com
Fri Sep 2 20:17:24 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 ]
On Fri, Sep 2, 2016, at 19:44, Ethan Furman wrote:
The problem with only having
bchr
is that it doesn't help withbytearray
;
What is the use case for bytearray.fromord? Even in the rare case someone needs it, why not bytearray(bchr(...))?
- 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 ]