[Python-checkins] r56917 - doctools/trunk/Doc-3k/library/stdtypes.rst

georg.brandl python-checkins at python.org
Sat Aug 11 09:06:52 CEST 2007


Author: georg.brandl
Date: Sat Aug 11 09:06:52 2007
New Revision: 56917

Modified:
   doctools/trunk/Doc-3k/library/stdtypes.rst
Log:
Port rev. 56915.


Modified: doctools/trunk/Doc-3k/library/stdtypes.rst
==============================================================================
--- doctools/trunk/Doc-3k/library/stdtypes.rst	(original)
+++ doctools/trunk/Doc-3k/library/stdtypes.rst	Sat Aug 11 09:06:52 2007
@@ -2360,20 +2360,6 @@
    attributes.
 
 
-.. attribute:: object.__methods__
-
-   .. deprecated:: 2.2
-      Use the built-in function :func:`dir` to get a list of an object's attributes.
-      This attribute is no longer available.
-
-
-.. attribute:: object.__members__
-
-   .. deprecated:: 2.2
-      Use the built-in function :func:`dir` to get a list of an object's attributes.
-      This attribute is no longer available.
-
-
 .. attribute:: instance.__class__
 
    The class to which a class instance belongs.


More information about the Python-checkins mailing list