[GitHub] thrift issue #1339: THRIFT-4309 Python print() function

2017-09-23 Thread cclauss
Github user cclauss commented on the issue: https://github.com/apache/thrift/pull/1339 This makes sense to me. Please merge this PR when you are ready but we must do further work in another PR before THRIFT-4309 is complete. There are three alternative approaches to running

[GitHub] thrift issue #1339: THRIFT-4309 Python print() function

2017-09-23 Thread cclauss
Github user cclauss commented on the issue: https://github.com/apache/thrift/pull/1339 @jeking3 All of the __print() is a function__ changes are ESSENTIAL Python 3 compatibility. This is not optional. See: https://docs.python.org/3/whatsnew/3.0.html The reason that you

[jira] [Updated] (THRIFT-4310) All builds have failed for the past 24 days

2017-09-04 Thread cclauss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] cclauss updated THRIFT-4310: Description: It is difficult to make improvements when the build process is in an unstable state. https

[jira] [Created] (THRIFT-4310) All builds have failed for the past 24 days

2017-09-04 Thread cclauss (JIRA)
cclauss created THRIFT-4310: --- Summary: All builds have failed for the past 24 days Key: THRIFT-4310 URL: https://issues.apache.org/jira/browse/THRIFT-4310 Project: Thrift Issue Type: Improvement

[jira] [Created] (THRIFT-4309) All Python files should be compatible with Python 3

2017-09-04 Thread cclauss (JIRA)
cclauss created THRIFT-4309: --- Summary: All Python files should be compatible with Python 3 Key: THRIFT-4309 URL: https://issues.apache.org/jira/browse/THRIFT-4309 Project: Thrift Issue Type

[GitHub] thrift pull request #1339: Python print() function

2017-09-01 Thread cclauss
GitHub user cclauss opened a pull request: https://github.com/apache/thrift/pull/1339 Python print() function You can merge this pull request into a Git repository by running: $ git pull https://github.com/cclauss/thrift patch-1 Alternatively you can review and apply