[ https://issues.apache.org/jira/browse/PROTON-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ken Giusti resolved PROTON-828. ------------------------------- Resolution: Fixed > 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)