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 pitrou
Recipients bquinlan, pitrou
Date 2009-04-12.17:52:35
SpamBayes Score 0.00019346396
Marked as misclassified No
Message-id <1239558850.9257.16.camel@fsol>
In-reply-to <49E22865.6040400@sweetapp.com>
Content
> 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?

By the way, what if _pyio.FileIO inherited from io.FileIO instead of
delegating all methods?
History
Date User Action Args
2009-04-12 17:52:36pitrousetrecipients: + pitrou, bquinlan
2009-04-12 17:52:35pitroulinkissue5700 messages
2009-04-12 17:52:35pitroucreate