[GitHub] incubator-griffin pull request #457: merge_pr.py python 3 support

2018-11-19 Thread IAmFQQ
Github user IAmFQQ closed the pull request at:

https://github.com/apache/incubator-griffin/pull/457


---


[GitHub] incubator-griffin pull request #457: merge_pr.py python 3 support

2018-11-18 Thread IAmFQQ
GitHub user IAmFQQ opened a pull request:

https://github.com/apache/incubator-griffin/pull/457

merge_pr.py python 3 support

1. Import Request/urlopen/HTTPError from urllib.request to support python 3
2. The print statement has been replaced with a print() function 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/IAmFQQ/incubator-griffin support_python3

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-griffin/pull/457.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #457


commit 4f1f4ecf6e18b9dfefb267ecc92079add36548b9
Author: Fan 
Date:   2018-11-18T13:58:07Z

url request support in python 3 \n print -> print()




---