
noreply at sourceforge
Jan 3, 2001, 10:17 PM
Post #4 of 4
(40 views)
Permalink
|
|
[Bug #126850] file.seek() docs should mention append mode
[In reply to]
|
|
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
|