In both spilldata() functions, pretend that the docstring for
authorGuido van Rossum <guido@python.org>
Tue, 21 May 2002 20:56:15 +0000 (20:56 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 May 2002 20:56:15 +0000 (20:56 +0000)
commit5e355b244ff5b76e736a949d6ee5ec4f01f0b9a0
tree9c173ef2af87faf3b1ded352f8619c59ef9f93b4
parent0a8d4d5736c8cceda74e7134a6ff446fbee1d5cc
In both spilldata() functions, pretend that the docstring for
non-callable objects is always None.  This makes for less confusing
output and fixes the problem reported in SF patch #550290.
Lib/pydoc.py