You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by IAmFQQ <gi...@git.apache.org> on 2018/11/19 07:59:26 UTC

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

GitHub user IAmFQQ opened a pull request:

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

    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 merge_pr_python3_support

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

    https://github.com/apache/incubator-griffin/pull/458.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 #458
    
----
commit 611677494600438abc6689948d318992802b36fb
Author: fanqiaoqing <qi...@...>
Date:   2018-11-19T07:51:52Z

    merge pr python 3 support

----


---

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

Posted by IAmFQQ <gi...@git.apache.org>.
Github user IAmFQQ closed the pull request at:

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


---