Re: [Zope-dev] ZClasses not copyable - why?

2000-11-06 Thread Michel Pelletier
Philipp Auersperg wrote: > > It is not posible to copy ZClasses, when I try to copy a ZClass > in the Management Interface I get the error:'The Item 'blorf' does not support >that operation' > > I digged into that and found that in the ZClass.py there exists a method > > def cb_isCopyable:

Re: [Zope-dev] ZClasses not copyable - why?

2000-11-05 Thread Itamar Shtull-Trauring
Philipp Auersperg wrote: > in ZClass I have found a nice-sounding method _setBasesHoldOnToYourButts() , > and the source is commented with '#Eeeek', h > > What are the risks for a good shot into my foot using this function? If your new base classes requires some variables to be initialized

[Zope-dev] ZClasses not copyable - why?

2000-11-05 Thread Philipp Auersperg
It is not posible to copy ZClasses, when I try to copy a ZClass in the Management Interface I get the error:'The Item 'blorf' does not support that operation' I digged into that and found that in the ZClass.py there exists a method def cb_isCopyable: pass I was so crude to replace th