[Python-ideas] Stop displaying elements of bytes objects as printable ASCII characters in CPython 3

Ethan Furman ethan at stoneleaf.us
Thu Sep 11 01:39:43 CEST 2014


FWIW, I find the ascii-mixed-with-hex difficult to parse, even though I know full-well what it is, and I could easily 
live with having a 'bytes.asciify' and 'bytes.hexlify' and have the __repr__ be something more consistent -- maybe a 
list of ints, that way nobody gets to be lazy!  ;)

--
~Ethan~


More information about the Python-ideas mailing list