Ezio Melotti added the comment:

FTR Python 3 raises "io.UnsupportedOperation: underlying stream is not 
seekable" on unseekable files and "ValueError: negative seek position -1" on 
seekable ones, whereas Python 2 raises "IOError: [Errno 29] Illegal seek" on 
unseekable files and doesn't raise anything for seekable ones.

----------
components: +Tests
nosy: +ezio.melotti
stage:  -> patch review

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

Reply via email to