This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Elena.Oat, ezio.melotti, gregory.p.smith, pitrou
Date 2013-07-06.16:51:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373129500.74.0.381118123324.issue14853@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-06 16:51:40ezio.melottisetrecipients: + ezio.melotti, gregory.p.smith, pitrou, Elena.Oat
2013-07-06 16:51:40ezio.melottisetmessageid: <1373129500.74.0.381118123324.issue14853@psf.upfronthosting.co.za>
2013-07-06 16:51:40ezio.melottilinkissue14853 messages
2013-07-06 16:51:40ezio.melotticreate