[py-dev] Re: Bug in execnet documentation example
March 11, 2006
4:16 p.m.
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
7347
Age (days ago)
7347
Last active (days ago)
0 comments
1 participants
participants (1)
-
holger krekel