-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39759/
-----------------------------------------------------------
Review request for qpid and Justin Ross.
Bugs: PROTON-1032
https://issues.apache.org/jira/browse/PROTON-1032
Repository: qpid-proton-git
Description
-------
Python 2.4 (which is supported by 0.9.x, but not 0.10+) fails if super is
called on a class derived from Exception
Diffs
-----
proton-c/bindings/python/proton/utils.py b5ecdf7
Diff: https://reviews.apache.org/r/39759/diff/
Testing
-------
Unit tests
Manually instantiated affected classes in python 2.4 environment.
Thanks,
Kenneth Giusti