[Tutor] List of Classes with a dictionary within the Class.

2011-09-21 Thread Mukund Chavan
Hi, I was trying to get a list of Class Objects. The Class itself has string fields and a dictionary that is initialized as a part of the "__init__" However the fields of the dictionary for each object in the list of class objects seems to be the same. I took an example from the following sit

Re: [Tutor] List of Classes with a dictionary within the Class.

2011-09-21 Thread Mukund Chavan
anks again. - Mukund > Date: Thu, 22 Sep 2011 10:58:09 +1000 > From: st...@pearwood.info > To: tutor@python.org > Subject: Re: [Tutor] List of Classes with a dictionary within the Class. > > Mukund Chavan wrote: > > Hi, > > > > I was trying to get a list of C