[Python-Dev] RE: Sneaky 'super' instances

Michael Chermside mcherm@mcherm.com
Fri, 13 Jun 2003 04:44:37 -0700


Phillip J. Eby writes:
> In effect, my question is, "Should I expend the extra effort to develop the 
> documentation tool in such a way that it could easily be distributed with 
> the standard library?"  And, since the tool would have to depend on 
> PyProtocols, this means that (in effect) PyProtocols would have to be 
> accepted for the standard library.

_IF_ PyProtocols turned out to be useful and popular, then it would
definitely want to become part of the standard library. The whole idea
behind writing it is to try and beat the chicken-egg-problem by
getting it in use somewhere. If you think it will be useful (and you
wouldn't waste time writing it if you didn't think so) then plan for
success and write it so it can be in the standard library.

The documentation tool itself is another question. I, myself, don't
feel a real need for this, but perhaps others do.

-- Michael Chermside