[Zope-dev] ExtensionClass question
Pavlos Christoforou
pavlos@gaaros.com
Thu, 24 Feb 2000 20:01:13 -0500 (EST)
On Fri, 25 Feb 2000, James Henstridge wrote:
> >
> That is the whole point of ExtensionClass -- to create python types in C
> that look like classes so they can be subclassed. This is a very
> useful feature, and I wanted to see if I could use ExtensionClass to add
> this functionality to one of my projects.
Indeed, and if Jim Fulton has/had his way it would have been a standard
feature of Python. I have not used it myself, but I certainly remember
postings where people mentioned they used it for their own projects. I
believe it was on the python main list.
Pavlos