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

Rafael H. Schloming updated PROTON-325:
---------------------------------------

    Fix Version/s: 0.5
    
> Python lists are truncated when None is encountered
> ---------------------------------------------------
>
>                 Key: PROTON-325
>                 URL: https://issues.apache.org/jira/browse/PROTON-325
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>            Reporter: Ernest Allen
>             Fix For: 0.5
>
>
> When receiving a message that has a list with a None, all subsequent values 
> in the list are lost.
> To reproduce: 
> - modify program send.py by adding   
>     msg.properties = ["one", "two", None, "three", "four"]
> before the mng.put(msg) line
> - launch example program recv.py
> - run modified send.py and notice the list truncation
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to