25 Feb
2000
25 Feb
'00
1:01 a.m.
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