]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch 530070: pydoc regression, from Martin and Guido.
authorTim Peters <tim.peters@gmail.com>
Sun, 17 Mar 2002 18:56:20 +0000 (18:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 17 Mar 2002 18:56:20 +0000 (18:56 +0000)
commit240083177368a929a4ab15098a94b0a6f71aeeed
tree60ae0540ceecc80af74467cfa545c8b8ebda7f49
parent587c98c863ca11d779a63f559d435c4c8f30eb93
SF patch 530070: pydoc regression, from Martin and Guido.
Change the way __doc__ is handled, to avoid blowing up on non-string
__doc__ values.
Lib/inspect.py
Objects/typeobject.c