aboutsummaryrefslogtreecommitdiff
path: root/contrib/zmq/zmq_sub3.4.py
AgeCommit message (Collapse)Author
2018-07-18contrib: correct version checkKarl-Johan Alm
[ not(major >= 3 and minor >= 4) ] fails for '4.0'
2018-03-03Remove deprecated PyZMQ call from Python ZMQ exampleMichaƂ Zabielski
PyZMQ 17.0.0 has deprecated and removed zmq.asyncio.install() call with advice to use asyncio native run-loop instead of zmq specific. This caused exception when running the contrib/zmq/zmq_sub*.py examples. This commit simply follows the advice.
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-29Trivial: fix comments for ZeroMQ bitcoind argsaaron-hanson
2017-08-28Use sys.exit(...) instead of exit(...): exit(...) should not be used in programspracticalswift
2017-03-28Remove accidental trailing semicolons in Python codepracticalswift
2017-01-19Adddress nits, use asyncio signal handling, create_taskBob McElrath
2017-01-19Add python version checks and 3.4 exampleBob McElrath