On 2012-09-25, Dennis Lee Bieber <[email protected]> wrote:
> On Tue, 25 Sep 2012 08:22:05 +0200, Ulrich Eckhardt
><[email protected]> declaimed the following in
> gmane.comp.python.general:
>
>> Am 24.09.2012 23:49, schrieb Dave Angel:
>> > 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.
>> 
>> Negative indices.
>>
>
>       Which still doesn't handle the third seek mode -- relative to
> current position.

 fileobj.pos += <whatever>

-- 
Grant Edwards               grant.b.edwards        Yow! Am I in GRADUATE
                                  at               SCHOOL yet?
                              gmail.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to