diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-03-28 16:06:11 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-03-28 16:10:19 +0200 |
| commit | 624bee96597c1d59018e58131b8285c0b332700d (patch) | |
| tree | 2259f1717fddc74269107ccc09c07773e3b9f34d /doc | |
| parent | Merge #12811: test: Make summary row bold-red if any test failed and show fai... (diff) | |
| parent | Make base58 python contrib code work with python3 (diff) | |
| download | discoin-624bee96597c1d59018e58131b8285c0b332700d.tar.xz discoin-624bee96597c1d59018e58131b8285c0b332700d.zip | |
Merge #11881: Remove Python2 support
1874058 Make base58 python contrib code work with python3 (Evan Klitzke)
bc6fdf2 Change all python files to use Python3 (John Newbery)
Pull request description:
Following discussion here: https://github.com/bitcoin/bitcoin/pull/11843#issuecomment-351033742
It's easier for maintainers if all python tools/scripts support only a single version of Python. There are only a few scripts that aren't explicitly python3 at this point, so this PR changes those remaining scripts to explicitly require python3.
Tree-SHA512: 5d38eef6e0fc7d8515e23a1f4c75e8b4160fd0fe23cba52a1f41689b114e54a9e503e0724829e8b41982ef98f2d113df80d9e238213b74f09ceaed0344a19e24
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 740afd513..48ee364c1 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -117,6 +117,11 @@ deprecated in V0.15.1, and has now been removed. Miners should use the `-blockmaxweight` option if they want to limit the weight of their blocks' weights. +Python Support +-------------- + +Support for Python 2 has been discontinued for all test files and tools. + Credits ======= |