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
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
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