]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 1.63:
authorGuido van Rossum <guido@python.org>
Mon, 7 Oct 2002 13:24:02 +0000 (13:24 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Oct 2002 13:24:02 +0000 (13:24 +0000)
commit02eb04ce6d5cd551024db32edba118f4042851af
tree38c8307207dae273f1011722d88dcf6d076a04a5
parent536f3eae4d0c683d633e6695837dcc931111530d
Backport 1.63:

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