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

noreply@sourceforge.net noreply@sourceforge.net
Wed, 03 Jan 2001 21:17:24 -0800


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

Project: Python
Category: Documentation
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : fdrake
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.

Follow-Ups:

Date: 2001-Jan-03 21:17
By: fdrake

Comment:
Updated seek() documentation in Doc/lib/libstdtypes.tex revision 1.46.

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

Date: 2001-Jan-02 13:33
By: fdrake

Comment:
Now fixed in my working sources, but checkin is blocked on a stale CVS
read-lock:

http://sourceforge.net/support/?func=detailsupport&support_id=110927&group_id=1

I will close this bug when I can complete the checkin.
-------------------------------------------------------

Date: 2000-Dec-26 19:25
By: tim_one

Comment:
Assigned to Fred.
-------------------------------------------------------

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