Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devtools: make github-merge.py use py3 #7737

Merged
merged 1 commit into from Mar 29, 2016

Commits on Mar 23, 2016

  1. devtools: make github-merge.py use py3

    This makes github-merge.py the first developer tool to go
    all Python 3 (for context see bitcoin#7717).
    
    The changes are straightforward as the script already was
    `from __future__ import division,print_function,unicode_literals`.
    
    However urllib2 changed name, and json will only accept unicode data not
    bytes.
    
    This retains py2 compatibility for now: not strictly necessary
    as it's not used by the build system - but it was easy.
    laanwj committed Mar 23, 2016
    Copy the full SHA
    f11c5a3 View commit details
    Browse the repository at this point in the history