commit | 8a92c627d96b3548cf0bdcc8ff895d9d4be7b0ff | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Jun 27 18:28:59 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Jun 27 18:28:59 1998 +0000 |
tree | 504a05a0faf623edfcf3c2d1fedf752952e9a9b2 | |
parent | 73d8bff44db83299d5642fc2c57b761aa9feaabf [diff] |
New feature: if the object's type has a non-NULL tp_doc field, that is returned as the object's __doc__ attribute. (If only the list of methods would be referenced from the type...)