[New-bugs-announce] [issue1424] py3k: readline and rlcompleter doesn't list choices

Christian Heimes report at bugs.python.org
Sun Nov 11 21:54:45 CET 2007


New submission from Christian Heimes:

Python 2.5:
>>> import readline; import rlcompleter; readline.parse_and_bind("tab:
complete")
>>> import sys
>>> sys.std<tab><tab>
sys.stderr  sys.stdin   sys.stdout

Python 3.0:
>>> import readline; import rlcompleter; readline.parse_and_bind("tab:
complete")
>>> import sys
>>> import sys.std<tab><tab>
# nothing

----------
components: Extension Modules, Library (Lib)
keywords: py3k
messages: 57378
nosy: tiran
priority: low
severity: normal
status: open
title: py3k: readline and rlcompleter doesn't list choices
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1424>
__________________________________


More information about the New-bugs-announce mailing list