#478: Added :rst:dir:py:decorator directive to describe decorators.

This commit is contained in:
Georg Brandl
2011-01-08 10:07:42 +01:00
parent d3ab0abce6
commit c6028c4405
3 changed files with 85 additions and 10 deletions

View File

@@ -70,6 +70,8 @@ Release 1.1 (in development)
* #259: HTML table rows now have even/odd CSS classes to enable
"Zebra styling".
* #478: Added :rst:dir:`py:decorator` directive to describe decorators.
* #367: Added automatic exclusion of hidden members in inheritance
diagrams, and an option to selectively enable it.