summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-03 17:32:27 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-03 17:32:27 (GMT)
commit3570551d6f47dbd2c0cb06a197e4f86701998243 (patch)
tree35a0a4000ba4bba43e6b6cad9e3528ab3bb51075 /Doc/ref
parent248b04383fafdb126794e989a2c023a16eb0f429 (diff)
downloadcpython-3570551d6f47dbd2c0cb06a197e4f86701998243.zip
cpython-3570551d6f47dbd2c0cb06a197e4f86701998243.tar.gz
cpython-3570551d6f47dbd2c0cb06a197e4f86701998243.tar.bz2
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.
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref3.tex9
1 files changed, 1 insertions, 8 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex
index 9176ad1..778b54f 100644
--- a/Doc/ref/ref3.tex
+++ b/Doc/ref/ref3.tex
@@ -112,17 +112,10 @@ numbers, efficiently stored arrays of integers, etc.).
Some of the type descriptions below contain a paragraph listing
`special attributes.' These are attributes that provide access to the
implementation and are not intended for general use. Their definition
-may change in the future. There are also some `generic' special
-attributes, not listed with the individual objects: \member{__methods__}
-is a list of the method names of a built-in object, if it has any;
-\member{__members__} is a list of the data attribute names of a built-in
-object, if it has any.
+may change in the future.
\index{attribute}
\indexii{special}{attribute}
\indexiii{generic}{special}{attribute}
-\withsubitem{(built-in object attribute)}{
- \ttindex{__methods__}
- \ttindex{__members__}}
\begin{description}