[Python-3000] __methods__ and __members__

Brett Cannon brett at python.org
Sun Mar 11 02:52:53 CET 2007


On 3/10/07, Guido van Rossum <guido at python.org> wrote:
> On 3/9/07, Georg Brandl <g.brandl at gmx.net> wrote:
[SNIP]
> > Okay, I looked into it.
> > The old attribute semantics of offering a custom tp_getattr
> > which dispatches to methods and members is mainly used in very old
> > and platform-specific extension modules like RISCOS/*,
> > Modules/{al,fl,sunaudiodev}module. If we decide to drop some of them,
> > it would be nice to do it before working on them ;)
>
> I'm sure we can drop al and fl. I expect we can drop sunaudiodev too,

Both are on the list to go in PEP 3108 (assuming you OK the PEP  =).

-Brett


More information about the Python-3000 mailing list