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>




_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to