diff options
| author | Paul Sokolovsky | 2017-08-20 21:57:36 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2017-08-20 22:02:41 +0300 |
| commit | e3383e9352ca7704e650b07038207719c60b56fb (patch) | |
| tree | 92ed2d9aab2ef2046ffd913b77309cf515236a63 /tests/io/bytesio_ext2.py.exp | |
| parent | 0cd9ab77550eada4def492a3a25286ead71a3b24 (diff) | |
py/stream: seek: Consistently handle negative offset for SEEK_SET.
Per POSIX, this is EINVAL, so raises OSError(EINVAL).
Diffstat (limited to 'tests/io/bytesio_ext2.py.exp')
| -rw-r--r-- | tests/io/bytesio_ext2.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/io/bytesio_ext2.py.exp b/tests/io/bytesio_ext2.py.exp new file mode 100644 index 000000000..b52e4978a --- /dev/null +++ b/tests/io/bytesio_ext2.py.exp @@ -0,0 +1 @@ +OSError(22,) |
