[zeromq-dev] Python bindings with poll.
Carlos A. Rocha
carlos.rocha at gmail.com
Wed Feb 24 18:23:34 CET 2010
Hello,
I added support for zmq_poll to the python bindings:
http://github.com/rocha/zeromq2/commit/5b8f77a65881e21995fd0fffd9a5a7368325f2ca
The poll support follows the interface of select.poll in Python's
standard library.
The main difference with Brian's bindings
(http://github.com/ellisonbg/pyzmq/) is that they don't require
cython.
Comments and feedback welcome.
-- Carlos
More information about the zeromq-dev
mailing list