Public bug reported:

Changelog:

2.1.11

    remove support for LABEL prefixes. A major feature of libzmq-3.0, the LABEL 
prefix, has been removed from libzmq, prior to the first stable libzmq 3.x 
release.
        The prefix argument to send_multipart() remains, but it continue to 
behave in exactly the same way as it always has on 2.1.x, simply prepending 
message parts.
        recv_multipart() will always return a list, because prefixes are once 
again indistinguishable from regular message parts.

    add Socket.poll() method, for simple polling of events on a single
socket.

    no longer require monkeypatching tornado IOLoop. The
ioloop.ZMQPoller class is a poller implementation that matches tornado’s
expectations, and pyzmq sockets can be used with any tornado application
just by specifying the use of this poller. The pyzmq IOLoop
implementation now only trivially differs from tornado’s.

    It is still recommended to use ioloop.install(), which sets both the
zmq and tornado global IOLoop instances to the same object, but it is no
longer necessary.

( http://zeromq.github.com/pyzmq/changelog.html#changelog )

** Affects: pyzmq (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925650

Title:
  New upstream release: 2.1.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyzmq/+bug/925650/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to