]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving...
authorEli Bendersky <eliben@gmail.com>
Tue, 3 Jan 2012 04:26:13 +0000 (06:26 +0200)
committerEli Bendersky <eliben@gmail.com>
Tue, 3 Jan 2012 04:26:13 +0000 (06:26 +0200)
commit74c503b40d9c40b1a5e7874188f36e067b14356c
tree98c491d186343d3a079621c16d3c5a6d08c1cd6f
parentc041ab6c7d8fb6c32499c7adbe36bb9b48228c2c
use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving the os.SEEK_* constants only for os.lseek, as documented
Lib/tarfile.py
Lib/test/test_fileio.py