> I found a bug in Python 2.2.1, that I think is related to method > resolution order and type initialization. I'm pretty new to Python, so > bear with me while I try to explain. This has already been fixed in CVS, both for Python 2.2.2 and for Python 2.3. See python.org/sf/551412. --Guido van Rossum (home page: http://www.python.org/~guido/)