This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bquinlan
Recipients bquinlan, pitrou
Date 2009-04-12.20:01:25
SpamBayes Score 1.1281567e-06
Marked as misclassified No
Message-id <1239566487.58.0.106716765862.issue5700@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I didn't finish my thought:

>> No, doing this is trivial. But shouldn't it be up to the implementor of 
>> MyClass to decide whether MyMixin or io.FileIO methods are evaluated
first?
> 
> Is there a concrete use case, though?

I don't have a good one in mind - though writing the unit test
implementation required that the mixin class methods be called last.
History
Date User Action Args
2009-04-12 20:01:27bquinlansetrecipients: + bquinlan, pitrou
2009-04-12 20:01:27bquinlansetmessageid: <1239566487.58.0.106716765862.issue5700@psf.upfronthosting.co.za>
2009-04-12 20:01:26bquinlanlinkissue5700 messages
2009-04-12 20:01:25bquinlancreate