[issue13214] Cmd: list available completions from the cmd.Cmd subclass and filter out EOF handler(s)

Raymond Hettinger report at bugs.python.org
Tue Oct 18 23:15:21 CEST 2011


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

This looks to be a reasonable request.

I think the patch would be better if the filtering were done directly in get_names().  A subclass can override or extend that method if it wants to customize the filter.

----------
assignee:  -> rhettinger
nosy: +rhettinger
versions: +Python 3.3 -Python 2.7, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13214>
_______________________________________


More information about the Python-bugs-list mailing list