[Python-Dev] Issue 643841: Including a new-style proxy base class in 2.6/3.0

Fred Drake fdrake at acm.org
Wed May 21 02:39:39 CEST 2008


Nick Coghlan wrote:
> So what do people think of including a ProxyBase implementation in  
> 2.6 and 3.0 that explicitly delegates all of the C-level slots to a  
> designated target instance?


On May 20, 2008, at 7:55 PM, Greg Ewing wrote:
> Sounds good to me.

Same here.  There's an implementation in zope.proxy which might be  
useful as a starting point:

     http://pypi.python.org/pypi/zope.proxy/3.4.0

I'd be willing to write the required documentation, since I'm partly  
to blame for the implementation.

The short description of the package on PyPI contains a typo; that's  
been fixed in Subversion.  :-)


   -Fred

-- 
Fred Drake   <fdrake at acm.org>






More information about the Python-Dev mailing list