commit | 74c503b40d9c40b1a5e7874188f36e067b14356c | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Tue Jan 03 06:26:13 2012 +0200 |
committer | Eli Bendersky <eliben@gmail.com> | Tue Jan 03 06:26:13 2012 +0200 |
tree | 98c491d186343d3a079621c16d3c5a6d08c1cd6f | |
parent | c041ab6c7d8fb6c32499c7adbe36bb9b48228c2c [diff] |
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