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 jcon
Recipients jcon, pitrou, vstinner
Date 2011-10-01.22:32:48
SpamBayes Score 0.0022717153
Marked as misclassified No
Message-id <1317508369.4.0.585699022019.issue13087@psf.upfronthosting.co.za>
In-reply-to
Content
The C implementation of BufferedReader.seek() does not throw an UnsupportedOperation exception when its underlying stream is unseekable IF the current buffer can accommodate the seek in memory. It probably saves a few cycles for the seekable streams but, I think currently, it is inconsistent with the _pyio implementation and documentation.
History
Date User Action Args
2011-10-01 22:32:49jconsetrecipients: + jcon, pitrou, vstinner
2011-10-01 22:32:49jconsetmessageid: <1317508369.4.0.585699022019.issue13087@psf.upfronthosting.co.za>
2011-10-01 22:32:48jconlinkissue13087 messages
2011-10-01 22:32:48jconcreate