Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3k: readline and rlcompleter doesn't list choices #45765

Closed
tiran opened this issue Nov 11, 2007 · 3 comments
Closed

py3k: readline and rlcompleter doesn't list choices #45765

tiran opened this issue Nov 11, 2007 · 3 comments
Labels
extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir

Comments

@tiran
Copy link
Member

tiran commented Nov 11, 2007

BPO 1424
Nosy @gvanrossum, @tiran

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2007-11-12.17:27:55.648>
created_at = <Date 2007-11-11.20:54:45.639>
labels = ['extension-modules', 'library']
title = "py3k: readline and rlcompleter doesn't list choices"
updated_at = <Date 2008-01-06.22:29:45.140>
user = 'https://github.com/tiran'

bugs.python.org fields:

activity = <Date 2008-01-06.22:29:45.140>
actor = 'admin'
assignee = 'none'
closed = True
closed_date = <Date 2007-11-12.17:27:55.648>
closer = 'christian.heimes'
components = ['Extension Modules', 'Library (Lib)']
creation = <Date 2007-11-11.20:54:45.639>
creator = 'christian.heimes'
dependencies = []
files = []
hgrepos = []
issue_num = 1424
keywords = []
message_count = 3.0
messages = ['57378', '57405', '57408']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'christian.heimes']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1424'
versions = ['Python 3.0']

@tiran
Copy link
Member Author

tiran commented Nov 11, 2007

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

@tiran tiran added extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir labels Nov 11, 2007
@gvanrossum
Copy link
Member

Can't reproduce this (Ubuntu dapper). I get the expected output.

@tiran
Copy link
Member Author

tiran commented Nov 12, 2007

Fixed in r58941 (trunk), r58947 (merge) and r58933

@tiran tiran closed this as completed Nov 12, 2007
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

2 participants