Re: python 2.4: tarfile tell() and seek() seem to be broeken

2005-06-30 Thread Lars Gustäbel
On Thu, 02 Jun 2005 19:52:24 +0200, N. Volbers wrote: > Thanks for taking care of it ;-) I submitted patch #1230446 today which ought to fix the problem. -- Lars Gustäbel [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: python 2.4: tarfile tell() and seek() seem to be broeken

2005-06-02 Thread N. Volbers
Am Thu, 02 Jun 2005 17:57:20 +0200 schrieb Lars Gustäbel: > On Wed, 01 Jun 2005 14:58:23 +0200, N. Volbers wrote: > >> - subsequent calls of fd.readline() and fd.tell() will yield the correct >> lines but always the same value from fd.tell(). [...] > > Thank you for pointing that out. I'll tak

Re: python 2.4: tarfile tell() and seek() seem to be broeken

2005-06-02 Thread =?iso-8859-1?q?Lars_Gust=E4bel?=
On Wed, 01 Jun 2005 14:58:23 +0200, N. Volbers wrote: > - subsequent calls of fd.readline() and fd.tell() will yield the correct > lines but always the same value from fd.tell(). > > Is there a mistake on my side or does this need fixing? This is a bug. Although the pseudo file object's readli