[Peter Maas] > while experimenting with class properties using Python 2.2.1 > I encountered the following weird behaviour: [...] This is documented. To use properties, you need new-style classes. I guess you may change "class proptest:" by "class proptest(object):". -- François Pinard http://www.iro.umontreal.ca/~pinard