From: Georg Brandl Date: Sun, 21 Mar 2010 19:08:59 +0000 (+0000) Subject: Blocked revisions 77332 via svnmerge X-Git-Tag: v2.6.6rc1~568 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fed6d8d4968ebaf8327d2286ed4c5bf788181bc;p=python Blocked revisions 77332 via svnmerge ........ r77332 | georg.brandl | 2010-01-06 19:02:16 +0100 (Mi, 06 Jan 2010) | 7 lines #5991: let completion for the "help" command include help topics. This also simplifies the Cmd.get_names() method implementation; it was written at a time where dir() didn't consider base class attributes. ........ ---