[Python-3000] methods and members (original) (raw)
Georg Brandl g.brandl at gmx.net
Wed Mar 7 13:25:01 CET 2007
- Previous message: [Python-3000] Interaction between unittest and keyword argument machinery
- Next message: [Python-3000] __methods__ and __members__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
While reviewing the patch for dir() (which I'll apply then, since it was generally agreed upon at least for Py3k), I came about this:
/* Merge in members and methods (if any). XXX Would like this to go away someday; for now, it's XXX needed to get at im_self etc of method objects. */
What is the status of methods and members? Is this (and the docs) the only trace that's left of it?
Georg
- Previous message: [Python-3000] Interaction between unittest and keyword argument machinery
- Next message: [Python-3000] __methods__ and __members__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]