blob: fdd33cc0022a3ad08d72f18f07509d6b6e9af4dc [file] [log] [blame]
The seek() and tell() methods of io.FileIO now set the internal seekable
attribute to avoid one syscall on open() (in buffered or text mode).