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

Chris Angelico rosuav at gmail.com
Mon May 12 21:39:23 EDT 2014


On Tue, May 13, 2014 at 11:18 AM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
> Reading Armin's post, I think that all that is needed to simplify his
> Python 3 version is:
>
> - have a bytes version of sys.argv (bargv? argvb?) and read
>   the file names from that;

argb? :)

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

I'm not sure how that goes with I/O redirection, but sure.

ChrisA



More information about the Python-list mailing list