[Python-3000] removing __members__ and __methods__

Neal Norwitz nnorwitz at gmail.com
Fri Aug 3 07:59:01 CEST 2007


__members__ and __methods__ are both deprecated as of 2.2 and there is
the new __dir__.  Is there any reason to keep them?  I don't notice
anything in PEP 3100, but it seems like they should be removed.

Also PyMember_[GS]et are documented as obsolete and I plan to remove
them unless I hear otherwise.

n


More information about the Python-3000 mailing list