[issue3396] rlcompleter can't autocomplete members of callable objects

Antoine Pitrou report at bugs.python.org
Thu Jul 17 22:42:09 CEST 2008


New submission from Antoine Pitrou <pitrou at free.fr>:

This is a regression caused by #449227. When typing e.g. "int." and then
pressing tab, none of the int members is proposed. It worked until just
before r64664.

----------
components: Library (Lib)
messages: 69905
nosy: facundobatista, pitrou
priority: normal
severity: normal
status: open
title: rlcompleter can't autocomplete members of callable objects
type: behavior
versions: Python 2.6

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


More information about the Python-bugs-list mailing list