Everything you did not want to know about Unicode in Python 3

gregor gregor at ediwo.com
Tue May 13 03:27:22 EDT 2014


Am 13 May 2014 01:18:35 GMT
schrieb Steven D'Aprano <steve+comp.lang.python at pearwood.info>:

> 
> - have a simple way to write bytes to stdout and stderr.

there is the underlying binary buffer:

https://docs.python.org/3/library/sys.html#sys.stdin

greg




More information about the Python-list mailing list