#568: Fix lookup of class attribute documentation on descriptors so that comment documentation now works.

Needed to port assignment of ``self.parent`` from trunk.
This commit is contained in:
Georg Brandl
2011-01-06 13:03:17 +01:00
parent 400e1a7fa8
commit 8621526045
3 changed files with 28 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.7 (in development)
==============================
* #568: Fix lookup of class attribute documentation on descriptors
so that comment documentation now works.
* Fix traceback with ``only`` directives preceded by targets.
* Fix tracebacks occurring for duplicate C++ domain objects.