Peter,

>> ... the class, i. e. the instance of the metaclass with all its attributes
>> has already been created by the type.__new__() method. If you move the
>> manipulation of the members dict into a custom __new__() method you get
>> the desired behaviour...

Thank you! You've solved my problem and broadened my understanding :)
Excellent examples as well. Love the class name too.

-Modulok-
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to