You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/02/26 16:17:04 UTC

[jira] [Commented] (PROTON-828) Python binding does not support MODIFIED delivery state

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

ASF subversion and git services commented on PROTON-828:
--------------------------------------------------------

Commit 2682fa4cfb79325a6128f01369181af0961d976f in qpid-proton's branch refs/heads/master from [~kgiusti]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=2682fa4 ]

PROTON-828: include MODIFIED terminal outcome


> Python binding does not support MODIFIED delivery state
> -------------------------------------------------------
>
>                 Key: PROTON-828
>                 URL: https://issues.apache.org/jira/browse/PROTON-828
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>    Affects Versions: 0.8
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Blocker
>             Fix For: 0.9
>
>
> >>> import proton
> >>> proton.RELEASED
> RELEASED
> >>> proton.MODIFIED
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> AttributeError: 'module' object has no attribute 'MODIFIED'
> >>> proton.ACCEPTED
> ACCEPTED
> >>> 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)