Credit to Oren for the file-iterator patch.

This commit is contained in:
Guido van Rossum 2002-08-09 17:17:07 +00:00
parent deb0936795
commit bffb2efee0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Core and builtins
Calling f.seek() drops the readahead buffer, but other operations
don't. It so happens that this gives a nice additional speed boost
to "for line in file:"; the xreadlines method and corresponding
module are now obsolete.
module are now obsolete. Thanks to Oren Tirosh!
- Encoding declarations (PEP 263, phase 1) have been implemented. A
comment of the form "# -*- coding: <encodingname> -*-" in the first