Author georg.brandl
Recipients
Date 2006-07-11.07:01:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=849994

Methods are looked up on the type, not the instance. Add
your __missing__ method to A to make it work.
History
Date User Action Args
2007-08-23 14:41:16adminlinkissue1520327 messages
2007-08-23 14:41:16admincreate