[Python-3000] methods and members (original) (raw)
Brett Cannon brett at python.org
Sun Mar 11 02:52:53 CET 2007
- Previous message: [Python-3000] __methods__ and __members__
- Next message: [Python-3000] Removing functions from the operator module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 tpgetattr > 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
- Previous message: [Python-3000] __methods__ and __members__
- Next message: [Python-3000] Removing functions from the operator module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]