stream: Implement seek operation support via ioctl, wrapped in generic method.

Also, implement for unix port.
This commit is contained in:
Paul Sokolovsky
2014-11-17 00:16:14 +02:00
parent f4a6a577ab
commit 838eb1fa2d
6 changed files with 65 additions and 2 deletions

View File

@@ -455,6 +455,7 @@ Q(readall)
Q(readinto)
Q(readline)
Q(readlines)
Q(seek)
Q(FileIO)
Q(TextIOWrapper)
Q(StringIO)