On Thu, Sep 27, 2012 at 4:59 PM, Philip Jenvey <pjenvey at underboss.org> wrote: > file.seek(0, os.SEEK_END) is a lot clearer than file.seek(None). Could always introduce new constants. file.seek(os.END_OF_FILE) -- Devin