[Python-3000] [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni

Guido van Rossum guido at python.org
Wed Jul 11 23:08:35 CEST 2007


On 7/11/07, Amaury Forgeot d'Arc <amauryfa at gmail.com> 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/)


More information about the Python-3000 mailing list