[Python-Dev] Python 3.x and bytes

Greg Ewing greg.ewing at canterbury.ac.nz
Thu May 19 00:32:28 CEST 2011


Eric Smith wrote:

> And of course it's too late to make any change to this.

It's too late to change the meaning of b'...', but is it
really too late to introduce an x'...' literal and change
the repr() to produce it?

-- 
Greg


More information about the Python-Dev mailing list