[Python-3000] Thoughts on new I/O library and bytecode
Guido van Rossum
guido at python.org
Mon Feb 26 06:36:39 CET 2007
On 2/25/07, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> But if they're displayed as characters by default,
> what do I do to get them displayed as not-characters?
Well anything that's not an ASCII printable is \x escaped anyway. If
you want all hex, use the .hex() method described in the PEP.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list