[Patches] [ python-Patches-441229 ] f.readline() checks for errors

noreply@sourceforge.net noreply@sourceforge.net
Fri, 13 Jul 2001 17:12:05 -0700


Patches item #441229, was opened at 2001-07-13 17:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=441229&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: f.readline() checks for errors

Initial Comment:
Previously, f.read() and f.readlines() checked for
errors on their file object and possibly raised an
IOError, but f.readline() didn't.  This patch makes
f.readline() behave like the others. 


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

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