[Zope-dev] Re: CopySupport bug or feature?

2005-08-08 Thread Geoff Davis
I've been talking to people on #zope about this. They're scared to touch the methods for backward compatibility reasons. Maybe the way to go is to create some new methods that are called recursively on objects when they are copied or moved. How about: def _beforeMove(self,

Re: [Zope-dev] Re: CopySupport bug or feature?

2005-08-08 Thread Sidnei da Silva
On Mon, Aug 08, 2005 at 12:36:30PM -0400, Geoff Davis wrote: | I've been talking to people on #zope about this. They're scared to | touch the methods for backward compatibility reasons. | | Maybe the way to go is to create some new methods that are called | recursively on objects when they are