summaryrefslogtreecommitdiff
path: root/tests/io/bytesio_ext2.py
AgeCommit message (Collapse)Author
2017-08-20py/stream: seek: Consistently handle negative offset for SEEK_SET.Paul Sokolovsky
Per POSIX, this is EINVAL, so raises OSError(EINVAL).