commit | 5e355b244ff5b76e736a949d6ee5ec4f01f0b9a0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue May 21 20:56:15 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue May 21 20:56:15 2002 +0000 |
tree | 9c173ef2af87faf3b1ded352f8619c59ef9f93b4 | |
parent | 0a8d4d5736c8cceda74e7134a6ff446fbee1d5cc [diff] |
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.