Message6441

Author yyamano
Recipients yyamano
Date 2011-03-17.13:44:43
SpamBayes Score 1.5328635e-05
Marked as misclassified No
Message-id <1300369484.08.0.18576614678.issue1719@psf.upfronthosting.co.za>
In-reply-to
Content
Fixes and one more tip.

> - Add TYPE field to the classes

- Add TYPE field to the classes and set PyType.fromClass(YOUR_CLASS.class)

> - Add super() to constructors

- Call super() or super(TYPE) in all constructors

- Add the exposed classes to CoreExposed.includes in the roor directory
History
Date User Action Args
2011-03-17 13:44:44yyamanosetmessageid: <1300369484.08.0.18576614678.issue1719@psf.upfronthosting.co.za>
2011-03-17 13:44:44yyamanosetrecipients: + yyamano
2011-03-17 13:44:44yyamanolinkissue1719 messages
2011-03-17 13:44:44yyamanocreate