浏览代码
This makes github-merge.py the first developer tool to go all Python 3 (for context see #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.pull/118/head
共有 1 个文件被更改,包括 13 次插入 和 7 次删除
正在加载...
在新工单中引用