[Python-Dev] PEP 461 - Adding % and {} formatting to bytes (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jan 15 22:55:31 CET 2014


Neil Schemenauer wrote:

Objects that implement str can also implement bytes if they can guarantee that ASCII characters are always returned,

I think _ascii would be a better name. I'd expect a method called bytes on an int to return some version of its binary value.

-- Greg



More information about the Python-Dev mailing list