name_segwit.py doesn't run on Python 3.5. All functional tests are supposed to run on Python 3.5:
test/functional/README.md:
The oldest supported Python version is specified in doc/dependencies.md.
doc/dependencies.md:
These are the dependencies currently used by Bitcoin Core. You can find instructions for installing them in the build-*.md file for your platform.
name_segwit.py
doesn't run on Python 3.5. All functional tests are supposed to run on Python 3.5:test/functional/README.md
: The oldest supported Python version is specified in doc/dependencies.md.doc/dependencies.md
: These are the dependencies currently used by Bitcoin Core. You can find instructions for installing them in thebuild-*.md
file for your platform.The offending line is line 41 of
name_segwit.py
:Useful skills:
Rudimentary Python experience
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.