Hey,
 
    I noticed that the version of python that ships with zope is restricted,
such that when you create an instance of a class, you are no longer able to modify
__bases__ for that class object.
 
    This is not the case with standard python.
 
    Is this intentional?  If so, what is the reasoning behind this?
 
Dan