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
--On Freitag, 20. Mai 2005 12:32 Uhr -0400 Dan Pozmanter <dan@siteworx.com> wrote:
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?
You mean the Windows binaries? This should be a standard Python version. However by do you want to modify __bases__? This sounds like a very evil hack to me. What's your usecase? -aj
participants (2)
-
Andreas Jung -
Dan Pozmanter