]> granicus.if.org Git - python/commit
+ Text-mode (but not yet GUI mode) pydoc now produces useful stuff for
authorTim Peters <tim.peters@gmail.com>
Mon, 24 Sep 2001 22:40:47 +0000 (22:40 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 24 Sep 2001 22:40:47 +0000 (22:40 +0000)
commitf4aad8eb28606a7cfa0266a1f2c28c003e8cd36e
tree98efdfd327e87131957fb63a8e062d1c8533382e
parent66c1a525e08fda439ddda3b6371236df1398cfd5
+ Text-mode (but not yet GUI mode) pydoc now produces useful stuff for
  properties:  the docstring (if any) is displayed, and the getter, setter
  and deleter (if any) functions are named.  All that is shown indented
  after the property name.

+ Text-mode pydoc class display now draws a horizontal line between
  class attribute groups (similar to GUI mode -- while visually more
  intrusive in text mode, it's still an improvement).
Lib/pydoc.py