summaryrefslogtreecommitdiffstatshomepage
path: root/tests/io/bytesio_ext2.py.exp
Commit message (Collapse)AuthorAge
* py/stream: seek: Consistently handle negative offset for SEEK_SET.Paul Sokolovsky2017-08-20
Per POSIX, this is EINVAL, so raises OSError(EINVAL).