On 7/11/07, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> wrote: > BTW, what is the status of this fileobject? open() doesn't seem to use > it anymore. Will file() be removed at some point?
The 'file' builtin is already gone. (You did use the py3k-struni branch, didn't you?) Some parts of the fileobject.c file will remain, but the only APIs that remain in there are generic I/O APIs that work with file-like objects (in particular io.IOBase). -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
