Commit 8d5fd4ed authored by Benjamin Peterson's avatar Benjamin Peterson

add SEEK_ constants to _pyio

parent 7fe98535
......@@ -14,6 +14,7 @@ except ImportError:
import io
from io import __all__
from io import SEEK_SET, SEEK_CUR, SEEK_END
# open() uses st_blksize whenever we can
DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment