You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2014/03/18 05:45:43 UTC

[jira] [Updated] (THRIFT-2095) Use print function for Python 3 compatiblity

     [ https://issues.apache.org/jira/browse/THRIFT-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell updated THRIFT-2095:
---------------------------------

    Attachment: THRIFT-2095.patch

Updates print calls to be wrapped in () 

> Use print function for Python 3 compatiblity
> --------------------------------------------
>
>                 Key: THRIFT-2095
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2095
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Python - Library
>            Reporter: Thomas Bartelmess
>            Priority: Minor
>             Fix For: 0.9.2
>
>         Attachments: THRIFT-2095.patch
>
>
> Instead of using {code}print "foo"{code} use {code}print("foo"){code}. To be compatible with Python 3 



--
This message was sent by Atlassian JIRA
(v6.2#6252)