summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-08-09 17:17:07 (GMT)
committerGuido van Rossum <guido@python.org>2002-08-09 17:17:07 (GMT)
commitbffb2efee00fb65cc23372095003d1c3ddfa0e21 (patch)
tree651362322689f610e70bf62177f55e7e3aeb579a
parentdeb0936795bed5febcd5850755cf50d5b97836be (diff)
downloadcpython-bffb2efee00fb65cc23372095003d1c3ddfa0e21.zip
cpython-bffb2efee00fb65cc23372095003d1c3ddfa0e21.tar.gz
cpython-bffb2efee00fb65cc23372095003d1c3ddfa0e21.tar.bz2
Credit to Oren for the file-iterator patch.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 57eda69..11e5f0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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