skywind3000 / emake

你见过的最简单的 GCC/CLANG 项目构建工具,定义式构建,比命令式更简单
GNU General Public License v2.0
684 stars 111 forks source link

from __future__ import print_function for Python 3 #3

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

https://docs.python.org/3/whatsnew/3.0.html#print-is-a-function

skywind3000 commented 6 years ago

多谢,这个 PR你大概测试过吧?

cclauss commented 6 years ago

This repo does not have any tests but I ran the code of this PR thru flake8 --select=E901,E999,F821,F822,F823 to ensure there are no Syntax Errors.

skywind3000 commented 6 years ago

多谢

skywind3000 commented 6 years ago

不好意思,我刚才 merge 了,但是发现和 python2.5不兼容,我路由器上只能跑 python2.5,所以我回滚了。