[Patches] [ python-Patches-580331 ] xreadlines caching, file iterator
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 11 Jul 2002 14:45:57 -0700
Patches item #580331, was opened at 2002-07-11 21:45
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=580331&group_id=5470
Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Oren Tirosh (orenti)
Assigned to: Nobody/Anonymous (nobody)
Summary: xreadlines caching, file iterator
Initial Comment:
Calling f.xreadlines() multiple times returns the same
xreadlines object.
A file is an iterator - __iter__() returns self and next() calls
the cached xreadlines object's next method.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=580331&group_id=5470