DrahtBot
eb7daf4d60
Update copyright headers to 2018
2018-07-27 07:15:02 -04:00
Karl-Johan Alm
066d2973a6
contrib: correct version check
...
[ not(major >= 3 and minor >= 4) ] fails for '4.0'
2018-07-18 16:46:19 +09:00
Michał Zabielski
6058766de4
Remove deprecated PyZMQ call from Python ZMQ example
...
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-03-03 06:05:53 +01:00
Akira Takizawa
595a7bab23
Increment MIT Licence copyright header year on files modified in 2017
2018-01-03 02:26:56 +09:00
aaron-hanson
33698c94be
Trivial: fix comments for ZeroMQ bitcoind args
2017-11-29 17:14:03 -06:00
practicalswift
25cd520fc4
Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs
2017-08-28 15:18:14 +02:00
practicalswift
bd02422332
Remove accidental trailing semicolons in Python code
2017-03-28 15:19:19 +02:00
Bob McElrath
b471daf85b
Adddress nits, use asyncio signal handling, create_task
2017-01-19 17:17:37 -05:00
Bob McElrath
4bb7d1bc4d
Add python version checks and 3.4 example
2017-01-19 17:17:37 -05:00