On Jun 26, 2011, at 6:13 PM, Anton wrote:

> 
> Unfortunately this approach doesn't work with python 2.4 which doesn't
> allow multiple inherritance for exception classes, where one of parent
> classes is new-style: "TypeError: exceptions must be classes,
> instances, or strings (deprecated), not PathOverflowError". We may
> avoid such problem if we make DontWrapMixin derive from Exception
> (which is old-style in 2.4 and new-style in 2.5+).

was hoping you didn't care about 2.4 :).   Try r69d2da905578 where the mixin is 
simply not a new style class if 2.4 is detected.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to