Martin Panter added the comment:

After thinking about Issue 26158, I realize the seek() magic numbers don’t 
store any _encoder_ state, only _decoder_ state. That would explain the first 
bug (write, seek, then read). Though for this codec I suspect the decoder state 
is not recorded either, hence the bug with tell().

Personally I don’t care much for seeking text files. But if someone wanted to 
fix the second bug, that might require fixing the incremental decoder’s 
getstate() implementation.

----------

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

Reply via email to