[Python-bugs-list] [ python-Bugs-463738 ] file object iterators

noreply@sourceforge.net noreply@sourceforge.net
Fri, 21 Sep 2001 21:35:26 -0700


Bugs item #463738, was opened at 2001-09-21 21:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=463738&group_id=5470

Category: Documentation
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Barry Warsaw (bwarsaw)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: file object iterators

Initial Comment:
The documentation for file objects does not describe
that they can be iterated over using the iterator
protocol.  It should say that iterating over a file
object returns each line, including the trailing newline.

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-09-21 21:35

Message:
Logged In: YES 
user_id=3066

Fixed in Doc/lib/libstdtypes.tex revision 1.69.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=463738&group_id=5470