[ 
https://issues.apache.org/jira/browse/THRIFT-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336673#comment-16336673
 ] 

ASF GitHub Bot commented on THRIFT-3500:
----------------------------------------

Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/756
  
    This pull request is being closed due to lack of activity.
    You can re-open it after rebasing on the current master if you would like 
it to be reconsidered.


> Protocols in Python 2 do not treat Strings as unicode.
> ------------------------------------------------------
>
>                 Key: THRIFT-3500
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3500
>             Project: Thrift
>          Issue Type: Bug
>          Components: Python - Library
>    Affects Versions: 0.9.3, 1.0
>            Reporter: John Lockwood
>            Priority: Major
>
> Service methods which take a string type param, should expect a unicode 
> object in Python 2, but instead expect str.
> Service methods which return string type objects should return a unicode 
> object in Python 2, but instead return str.
> When making service calls with Python 2, passing in a unicode object with 
> non-ascii chars will raise an exception.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to