commit | f4aad8eb28606a7cfa0266a1f2c28c003e8cd36e | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Sep 24 22:40:47 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Sep 24 22:40:47 2001 +0000 |
tree | 98efdfd327e87131957fb63a8e062d1c8533382e | |
parent | 66c1a525e08fda439ddda3b6371236df1398cfd5 [diff] |
+ 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).