Kristján Valur Jónsson wrote: > Using new style classes to provide attribute-like access using > __getattr__ is considerably slower than old style classes Do you really need __getattr__, or could you use properties instead? -- Greg