[Python-3000] Windows, sys.argv and unicode

Christian Heimes lists at cheimes.de
Sun Feb 17 22:31:56 CET 2008


Giovanni Bajo wrote:
> On Sun, 17 Feb 2008 18:09:18 +0100, Martin v. Löwis wrote:
> 
>>> Actually, I am. Py3k will already remove usage of stdio, for file input
>>> and output. 
> 
>>> Are you doing this work on some public branch?
>> Yes, on the Py3k branch, and the trunk.
> 
> I looked at fileobject.c in py3k branch today and it looked like it was 
> still using FILE* everywhere. I'm not sure I know where to look, though.

Are you looking at the correct sources? Neither fileobject nor _fileio.c
are using FILE except for Py_UniversalNewlineFgets.

Christian



More information about the Python-3000 mailing list