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 pitrou
Recipients amaury.forgeotdarc, benjamin.peterson, pitrou, vstinner
Date 2010-07-18.14:38:17
SpamBayes Score 1.8354728e-08
Marked as misclassified No
Message-id <1279463899.51.0.534361741482.issue9293@psf.upfronthosting.co.za>
In-reply-to
Content
Another kind of unsupported operation is non-absolute seeking on a TextIOWrapper:

>>> open("LICENSE").seek(1, 1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: can't do nonzero cur-relative seeks
History
Date User Action Args
2010-07-18 14:38:19pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, benjamin.peterson
2010-07-18 14:38:19pitrousetmessageid: <1279463899.51.0.534361741482.issue9293@psf.upfronthosting.co.za>
2010-07-18 14:38:17pitroulinkissue9293 messages
2010-07-18 14:38:17pitroucreate