On Mon, Sep 24, 2012 at 2:49 PM, Dave Angel <d...@davea.name> wrote: > > And what approach would you use for positioning relative to > end-of-file? That's currently done with an optional second parameter to > seek() method. >
I'm not advocating for or against the idea, but that could be handled the same way indexing into lists can index relative to the end: negative indices. -- http://mail.python.org/mailman/listinfo/python-list