[ python-Bugs-875157 ] file.read returns reaches EOF when it
shouldn't
SourceForge.net
noreply at sourceforge.net
Sun Jan 11 17:37:02 EST 2004
Bugs item #875157, was opened at 2004-01-11 17:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=875157&group_id=5470
Category: Python Library
Group: Python 2.2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Joshua Allen (turingcomplete)
Assigned to: Nobody/Anonymous (nobody)
Summary: file.read returns reaches EOF when it shouldn't
Initial Comment:
If the first byte of a file is 0xFF file.read(size)
will return an empty string. Problem found while
trying to process binary file produced by another system.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=875157&group_id=5470
More information about the Python-bugs-list
mailing list