Support inheritance display in autoclass, thanks to mdboom.

This commit is contained in:
Georg Brandl
2008-06-17 09:24:11 +00:00
parent 6b5f4f198a
commit 309377fbbf
3 changed files with 85 additions and 60 deletions

View File

@@ -60,6 +60,10 @@ New features added
and classes now that override the signature got via introspection
from Python code.
- The `autodoc` extension now offers a ``show-inheritance`` option
for autoclass that inserts a list of bases after the signature.
Bugs fixed
----------