#437: autodoc now shows values of class data attributes.

This commit is contained in:
Georg Brandl
2011-01-08 23:45:58 +01:00
parent b4558269a6
commit dc0c43da9a
5 changed files with 93 additions and 6 deletions

View File

@@ -85,6 +85,8 @@ Release 1.1 (in development)
* #537: Added :confval:`nitpick_ignore`.
* #437: autodoc now shows values of class data attributes.
* autodoc now supports documenting the signatures of ``functools.partial``
objects.