dash/share
MarcoFalke 561ec27683 Merge #10781: Python cleanups
78214588d Use for-loop instead of list comprehension (practicalswift)
823979436 Use the variable name _ for unused return values (practicalswift)
2e6080bbf Remove unused variables and/or function calls (practicalswift)
9b94054b7 Avoid reference to undefined name: stderr does not exist, sys.stderr does (practicalswift)
51cb6b822 Use print(...) instead of undefined printf(...) (practicalswift)
25cd520fc Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs (practicalswift)

Pull request description:

  Python cleanups:
  * Avoid reference to undefined name: `stderr` does not exist, `sys.stderr` does
  * Use `print(...)` instead of undefined `printf(...)`
  * Avoid redefinition of variable (`tx`) in list comprehension
  * Remove unused variables and/or function calls
  * Use `sys.exit(...)` instead of `exit(...)`: [`exit(...)` should not be used in programs](https://github.com/bitcoin/bitcoin/pull/10753#discussion_r125935027)

Tree-SHA512: 1238dfbc1d20f7edadea5e5406a589f293065638f6234809f0d5b6ba746dffe3d276bc5884c7af388a6c798c61a8759faaccf57f381225644754c0f61914eb4b
2020-01-02 22:01:29 -06:00
..
certs Merge #9651: Fix typos 2018-01-23 09:24:27 +01:00
pixmaps Add Qt GUI refresh w/branding updates (#3000) 2019-10-31 20:30:21 +03:00
qt Merge #10781: Python cleanups 2020-01-02 22:01:29 -06:00
rpcuser Backport Bitcoin #11881: Remove Python2 support (#2224) 2018-08-13 19:07:52 +03:00
genbuild.sh Merge #7522: Bugfix: Only use git for build info if the repository is actually the right one 2019-06-24 11:39:34 -05:00
setup.nsi.in Drop no longer used code and bump min protos (#2697) 2019-02-12 22:51:21 +03:00