[Python-Dev] PEP 467: last round (?) (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Fri Sep 2 21:17:54 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 ]
Ethan Furman wrote:
The problem with only having
bchr
is that it doesn't help withbytearray
; the problem with not havingbchr
is who wants to writebytes.fromord
?
If we called it 'bytes.fnord' (From Numeric Ordinal) people would want to write it just for the fun factor.
-- Greg
- 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 ]