[Python-bugs-list] [Bug #126850] file.seek() docs should mention append mode

noreply@sourceforge.net noreply@sourceforge.net
Tue, 26 Dec 2000 12:06:14 -0800


Bug #126850, was updated on 2000-Dec-26 12:06
Here is a current snapshot of the bug.

Project: Python
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: file.seek() docs should mention append mode

Details: f.seek() does nothing for files opened in 'a' mode
(at least on linux).

it is mentioned in passing in open() docs, but it should
be mentioned in the seek() docs also.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=126850&group_id=5470