[issue39962] Wrong file.tell() function results (Windows 10/Python 64 3.8.2/3.7 - no bug in PyPy3.6/Python2.7)

Eric V. Smith report at bugs.python.org
Sat Mar 14 09:48:52 EDT 2020


Eric V. Smith <eric at trueblade.com> added the comment:

> That can big problem when I use serialization if f.tell() is "cookie".

I'm sorry, but that's the way it is with text files. You'll need to find some other way to accomplish what you're trying to achieve.

Since this isn't a bug, I'm closing this issue. You might want to try stackoverflow or python-list if you'd like some additional help.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: crash -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39962>
_______________________________________


More information about the Python-bugs-list mailing list