Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Instead of using
print "foo"
use
print("foo")
. To be compatible with Python 3
Attachments
Attachments
Issue Links
- relates to
-
THRIFT-1857 Python 3.X Support
- Closed