]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New feature: if the object's type has a non-NULL tp_doc field, that
authorGuido van Rossum <guido@python.org>
Sat, 27 Jun 1998 18:28:59 +0000 (18:28 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 27 Jun 1998 18:28:59 +0000 (18:28 +0000)
commit8a92c627d96b3548cf0bdcc8ff895d9d4be7b0ff
tree504a05a0faf623edfcf3c2d1fedf752952e9a9b2
parent73d8bff44db83299d5642fc2c57b761aa9feaabf
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...)
Objects/methodobject.c