[zeromq-dev] Wrong python example in guide
Simone Deponti
simone.deponti at abstract.it
Wed Sep 14 17:20:06 CEST 2011
Hello all,
I noticed a problem in the following python example
(http://zguide.zeromq.org/py:taskvent).
In fact, by looking at the C example, I see that the first send (the one
that signals the start of the batch) is done directly to the sink and
not to the workers (which makes sense), while in the python example it
is sent to the workers (which doesn't quite make sense).
I know it's just a minor oversight but it might confuse python
developers that are approaching zeromq (such as me) a bit. Okay, it did
confuse _me_ a bit, but I'm expecting others might be as well.
A simple patch might be http://pastebin.com/GYzRcENc
In addition, the first examples use "context.Socket" instead of the
correct (as of pyzmq 2.1.9) "context.socket".
Cheers,
Simone
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110914/197654d0/attachment.sig>
More information about the zeromq-dev
mailing list