Antoine Pitrou <[email protected]> added the comment:

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

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9293>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to