You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by simonzhangsm <gi...@git.apache.org> on 2014/04/09 09:36:11 UTC

[GitHub] ambari pull request: Python2 to Python3 Supports

GitHub user simonzhangsm opened a pull request:

    https://github.com/apache/ambari/pull/6

    Python2 to Python3 Supports

    Python2 to Python3 Supports by handling,
    step 1: 2to3 -w files
    step 2: manually modifications involving subprocess.Popen.communicate on unicode transferring from binary to unicode strings, stdout, stdin, stderr and so on

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

    $ git pull https://github.com/simonzhangsm/artemis trunk

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

    https://github.com/apache/ambari/pull/6.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 #6
    
----
commit 312819970ae43c10bd69ac9885b809c45063b978
Author: simonzhangsm <si...@hotmail.com>
Date:   2014-04-09T06:38:02Z

    Python3.0 Support

commit e87d427969996b0cc2fe9aa195379d50474a9015
Author: simonzhangsm <si...@hotmail.com>
Date:   2014-04-09T07:30:00Z

    Python2 to Python3 Support by handling
    step 1: 2to3 -w files
    step 2: modifications between unicode and binary code involving
    subprocess.Popen, stdout, stderr, stdin and so on

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---