]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove most references to __members__ and __methods__, leaving only one pair
authorFred Drake <fdrake@acm.org>
Mon, 3 Dec 2001 17:32:27 +0000 (17:32 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 3 Dec 2001 17:32:27 +0000 (17:32 +0000)
commit3570551d6f47dbd2c0cb06a197e4f86701998243
tree35a0a4000ba4bba43e6b6cad9e3528ab3bb51075
parent248b04383fafdb126794e989a2c023a16eb0f429
Remove most references to __members__ and __methods__, leaving only one pair
of references that now state that these attributes have been removed,
directing the reader to the dir() function.
This closes SF bug #456420.
Doc/api/newtypes.tex
Doc/lib/libfuncs.tex
Doc/lib/libstdtypes.tex
Doc/ref/ref3.tex