PyZMQ 2.1.10 release has been cut, with the usual binaries that include
libzmq-2.1.10 on Windows and OSX.

Two principal changes:

send/recv_multipart have convenient support for label prefixes when using
libzmq3:

s.send_multipart([msg,parts], prefix=[label,parts])
(labels,parts) = s.recv_multipart()

This has been added in such a way that existing code does not change at all:
(labels,parts) is only returned if there are labels to receive. Otherwise,
it is the same single msg_parts list as before.

new method ctx.destroy() copied from czmq will shutdown sockets, optionally
setting linger as well. For threadsafety reasons, destroy will *not* be
called on garbage collection.


Please do let me know if I messed something up,

-MinRK
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to