GitHub user cclauss opened a pull request:
https://github.com/apache/predictionio-sdk-python/pull/24
New style exception, print() function for Python 3
Old style exceptions and print statements are syntax errors in Python 3 so
replace with new style exception and print() function.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cclauss/predictionio-sdk-python patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/predictionio-sdk-python/pull/24.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 #24
----
commit 5dc09817d9c3fbcd1f969b2d71a989c0ee75fa4c
Author: cclauss <cclauss@...>
Date: 2018-05-06T12:04:07Z
New style exception, print() function for Python 3
Old style exceptions and print statements are syntax errors in Python 3 so
replace with new style exception and print() function.
----
---