]> granicus.if.org Git - python/commit
More work on class display:
authorTim Peters <tim.peters@gmail.com>
Mon, 24 Sep 2001 08:05:11 +0000 (08:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 24 Sep 2001 08:05:11 +0000 (08:05 +0000)
commitfa26f7cc3955dbeecbc616928e7b434ea99fa118
tree2f2886eff266f0c3f626a4c599ffbd4891f2a7e2
parentb47879b239dc51e9c5df04578f06ae6aab4567f4
More work on class display:

+ Minor code cleanup, generalization and simplification.

+ "Do something" to make the attribute aggregation more apparent:
    - In text mode, stick a "* " at the front of subgroup header lines.
    - In GUI mode, display a horizontal rule between subgroups.
   For GUI mode, this is a huge improvement, at least under IE.
Lib/pydoc.py