[Zope] aq_acquire?

Michel Pelletier michel@digicool.com
Mon, 25 Oct 1999 11:35:45 -0400


> -----Original Message-----
> From: gtk [mailto:gtk@well.com]
> Sent: Sunday, October 24, 1999 5:25 PM
> To: Benno Rice
> Cc: zope@zope.org
> Subject: Re: [Zope] aq_acquire?
> 
> 
> > Does it need to inherit from Acquisition.Explicit?
> > Why would something be calling this if it's not there automagically?
> 
> More to the point, where is "Acquisition"? I can see a .pyd, 
> but not a .py
> or .pyc.

The Acquisition module is written in C
(lib/Components/ExtensionClass/Acquisition.c).  As far as I know, Jim
and Guido are the only two people on the planet who can even grok it (I
certainly can't)...

-Michel