Cheryl Sabella <cheryl.sabe...@gmail.com> added the comment:

Allowing for non seekable files was added in issue1675951.  And under that 
issue in msg117131, the author of the change wrote:
"The patch creates another problem with is not yet fixed: The implementation of 
.seekable() is becoming wrong. As one can now use non seekable files the 
implementation should check if the file object used for reading is really 
seekable."

issue23529 made significant changes to the code and seekable() is again 
mentioned in msg239245 and subsequent comments.

Nosying the devs who worked on those issues.

----------
nosy: +cheryl.sabella, martin.panter, pitrou
versions: +Python 3.8 -Python 3.6

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

Reply via email to