Ken Giusti created PROTON-828:
---------------------------------

             Summary: 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)

Reply via email to