more about the file type's death #5513

This commit is contained in:
Benjamin Peterson 2009-03-23 02:49:51 +00:00
parent 52c3bf1aa5
commit 30364204d3
1 changed files with 2 additions and 1 deletions

View File

@ -813,7 +813,8 @@ Builtins
* Removed :func:`execfile`. Instead of ``execfile(fn)`` use
``exec(open(fn).read())``.
* Removed :class:`file`. Use :func:`open`.
* Removed the :class:`file` type. Use :func:`open`. There are now several
different kinds of streams that open can return in the :mod:`io` module.
* Removed :func:`reduce`. Use :func:`functools.reduce` if you really
need it; however, 99 percent of the time an explicit :keyword:`for`