]> granicus.if.org Git - python/commit
Sort classes by fully qualified name. In the common case where you are
authorSkip Montanaro <skip@pobox.com>
Mon, 20 Sep 2004 15:40:38 +0000 (15:40 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 20 Sep 2004 15:40:38 +0000 (15:40 +0000)
commit41f89a4f3dd38d0f09be4586769a1f5b922402c8
tree94f863a9ac08ef405b921bede68a305b6c97eda4
parent729d47db091f33ab366be2e43d7bee17f06d10d7
Sort classes by fully qualified name.  In the common case where you are
displaying a set of classes from one module it doesn't matter, but if you
are displaying a large class tree from multiple modules it improves the
display to sort by module.name.
Lib/inspect.py