mirror of
https://github.com/python/cpython.git
synced 2025-10-12 01:43:12 +00:00
add SEEK_ constants to _pyio
This commit is contained in:
parent
7fe9853596
commit
8d5fd4ed5c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue