PEW's Corner <pewscor...@gmail.com> added the comment:

But buffers are used - and update tell() correctly - in all other cases than 
binary append+read mode (and even this case works in Python 2). Also, the 
implementation clearly tries to keep tell() updated irrespective of the buffer, 
so isn't it just a matter of reminding it to move the pointer to the end of the 
file when doing an append?

If that isn't feasible, then of course it would be good to document the problem 
in the description of tell().

----------

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

Reply via email to