#510: Fix inheritance diagrams for classes that are not picklable.

No need to keep the actual list of classes; only names and edges need to be
present in generate_dot().
This commit is contained in:
Georg Brandl
2010-08-23 14:03:15 +00:00
parent 80ad3d7d69
commit b90ca05941
2 changed files with 50 additions and 43 deletions

View File

@@ -1,3 +1,9 @@
Release 1.0.3 (in development)
==============================
* #510: Fix inheritance diagrams for classes that are not picklable.
Release 1.0.2 (Aug 14, 2010)
============================