[
https://issues.apache.org/jira/browse/PROTON-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14980824#comment-14980824
]
ASF subversion and git services commented on PROTON-1032:
---------------------------------------------------------
Commit c57ba7676b5a83f78caa4f49b7373a7ef94c71f1 in qpid-proton's branch
refs/heads/0.9.x from [~kgiusti]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=c57ba76 ]
PROTON-1032: for python 2.4 compatibility never call super() from a class
derived from Exception
> Cannot call super() on classes derived from Exception in 2.4
> ------------------------------------------------------------
>
> Key: PROTON-1032
> URL: https://issues.apache.org/jira/browse/PROTON-1032
> Project: Qpid Proton
> Issue Type: Bug
> Components: python-binding
> Affects Versions: 0.9.1
> Reporter: Ken Giusti
> Assignee: Ken Giusti
>
> The proton 0.9.x series is the last release where python 2.4 is supported
> (only 2.6+ in 0.10.x+).
> Code on the 0.9.x branch uses the super() method on Exception derived
> classes. This is illegal on python 2.4.
> This fix is only targeted to this branch in case for whatever reason someone
> stuck with python 2.4 would like to use proton.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)