The second part of that patch fixes an issue with the super operator in
2.4. In 2.4, Exception is an old style class. super requires new style
classes to work. The only real fix was to remove the call to super.
--
Ticket URL: <http://trac.turbogears.org/ticket/2463>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
* status: new => closed
* resolution: => fixed
Comment:
Partially applied in http://bitbucket.org/turbogears/tg-
dev/changeset/2b1d48f1ffa5/ (I fixed the second issue a little bit
differently earlier today). Thanks for the patch!
--
Ticket URL: <http://trac.turbogears.org/ticket/2463#comment:1>