Antoine Pitrou <pit...@free.fr> added the comment: The right answer IMO is that the current position should be set to the end of the file, since it is opened in "append" mode. What happens actually is that, on some systems, the position is implicitly set to the end of the file on the first write() rather than when the file is open()ed.
This should be different in 3.1, could you give it a try? ---------- nosy: +pitrou _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5541> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com