[ python-Bugs-1121152 ] file seek error

SourceForge.net noreply at sourceforge.net
Sat Feb 12 01:36:39 CET 2005


Bugs item #1121152, was opened at 2005-02-11 17:36
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=1121152&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard Lawhorn (lawhorn999)
Assigned to: Nobody/Anonymous (nobody)
Summary: file seek error

Initial Comment:
When opening a file for overwrite ("rb+"), sucessive
read/writes fail to advance the pointer. The tell()
indicates that the pointer is advancing, but the
resulting file simply repeats an earlier record.

See attached file for an example.  

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

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


More information about the Python-bugs-list mailing list