]> granicus.if.org Git - python/commit
#5991: let completion for the "help" command include help topics.
authorGeorg Brandl <georg@python.org>
Wed, 6 Jan 2010 18:02:16 +0000 (18:02 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 6 Jan 2010 18:02:16 +0000 (18:02 +0000)
commit89040530035ee9a8d0b5ae34c6e73b80fafa4307
tree1fe0036448828f6d1f2a2f92323828eaa2fb136f
parent5089a38af2b90dfe51bbf157ff38227c85eff687
#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.
Lib/cmd.py
Lib/test/test_cmd.py