From bffb2efee00fb65cc23372095003d1c3ddfa0e21 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 9 Aug 2002 17:17:07 +0000 Subject: [PATCH] Credit to Oren for the file-iterator patch. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 57eda69e4b..11e5f0ae98 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: -*-" in the first -- 2.40.0