[Python-3000] removing __members__ and __methods__

Guido van Rossum guido at python.org
Fri Aug 3 19:04:28 CEST 2007


Yes, they should all go. Expect some cleanup though!

On 8/2/07, Neal Norwitz <nnorwitz at gmail.com> wrote:
> __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.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list