> (Though it gets actively dicey with people writing new variable > types, but that's another issue entirely)
I hope it is. In Python, writing new extension types (which I suppose is the same thing) happens all the time in 3rd party modules. We need an API to do this. --Guido van Rossum (home page: http://www.python.org/~guido/)
