GitHub user ashnazg opened a pull request:

    https://github.com/apache/storm/pull/911

    STORM-1360:  storm.py issues with python 3

    This changes the "print" and "except" syntax usages such that they test 
fine for me on Python 2.6.6 (RHEL) and 3.5.0 (Win7).

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

    $ git pull https://github.com/ashnazg/storm python3

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

    https://github.com/apache/storm/pull/911.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 #911
    
----
commit 56b52a0e61d63bb5a9ea3e6d2c651d209bf889f8
Author: Chuck Burgess <[email protected]>
Date:   2015-12-02T14:14:49Z

    make 'print' work with python2 and 3;

commit e92f3a6e7a67f9c67c5fdb3f588a377a47a94213
Author: Chuck Burgess <[email protected]>
Date:   2015-12-02T14:15:11Z

    make 'except' work with python2 and 3;

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to