[Python-ideas] Atomic file.get(offset, length)
Victor Stinner
victor.stinner at gmail.com
Sun Jul 22 23:25:59 CEST 2012
> "man pread" on OS/X suggests it exists there too
"man pread" or "import os; help(os.pread" ;-) pread() and pwrite()
have been added to Python 3.3.
Victor
More information about the Python-ideas
mailing list