[Python-ideas] file API

Devin Jeanpierre jeanpierreda at gmail.com
Thu Sep 27 23:39:30 CEST 2012


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



More information about the Python-ideas mailing list