Armin Rigo added the comment:

FWIW, on Windows only, "open('foo', 'a').tell()" always returns 0, which I 
think is broken too.  It usually works anyway, because it updates the position 
before the first .write().  But it does not work in case the writing occurs in 
another process, like described here:

http://stackoverflow.com/questions/13821708/

(Tested only on Python 2.6.2, but according to the link above, Python 2.7.3 has 
the same problem.)

----------
nosy: +arigo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to