[py-dev] Re: Bug in execnet documentation example
holger krekel
hpk at trillke.net
Sat Mar 11 17:16:26 CET 2006
Hi Martin,
[Martin Blais Fri, Mar 10, 2006 at 10:41 -0500]
> Hi Holder
also a nice "art" name :)
> The execnet documentation example at the end fails, the one in section 2.2.1
> (Note: I already fixed the missing parenthesis and changed f to fn in the svn).
>
> The problem is that "for fn in channel.receive()" will iterate over
> the characters of every filename string sent from the client.
> Replacing by "while 1: fn = channel.receive()" will work properly
> instead.
>
> I was tempted in checking-in the change myself, but since this is your
> baby I thought I'd send email instead and let you do it.
hey, i am fine with checking it in ... so feel free to do it :)
cheers & thanks,
holger
More information about the Pytest-dev
mailing list