> file. This allows me to pass a single object that contains loads of conf > data to the important init functions (which my, indeed, change the data > depending on various factors). Now, memory wise this may not be the best > thing to do.
As a matter of interest why do you think its a problem memory wise? You don't create copies when you pass the object, you only pass a reference to the original - and indeed the only - copy. Alan G. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor