]> granicus.if.org Git - python/commit
Improve handling of docstrings. I had feared this was a case of
authorTim Peters <tim.peters@gmail.com>
Sun, 16 Sep 2001 02:19:49 +0000 (02:19 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 16 Sep 2001 02:19:49 +0000 (02:19 +0000)
commita2e2dbe8cda41d5c612d41acad2fe5cfb841402e
tree1dd5068e355f6f0c2468d6dbd3e85836e64fa9e5
parent5b7759f9db347ececfa0f0cfba0639d9c8caa17c
Improve handling of docstrings.  I had feared this was a case of
introspection incompatibility, but in fact it's just that calltips
always gave up on a docstring that started with a newline (but
didn't realize they were giving up <wink>).
Tools/idle/CallTips.py