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

readline: no display matches hook set #45766

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

readline: no display matches hook set #45766

tiran opened this issue Nov 11, 2007 · 3 comments
Assignees
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 1425
Nosy @loewis, @tiran
Superseder
  • bpo-1424: py3k: readline and rlcompleter doesn't list choices
  • 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 = 'https://github.com/loewis'
    closed_at = <Date 2007-11-12.04:54:00.815>
    created_at = <Date 2007-11-11.22:36:43.053>
    labels = ['extension-modules', 'library']
    title = 'readline: no display matches hook set'
    updated_at = <Date 2008-01-06.22:29:45.135>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2008-01-06.22:29:45.135>
    actor = 'admin'
    assignee = 'loewis'
    closed = True
    closed_date = <Date 2007-11-12.04:54:00.815>
    closer = 'loewis'
    components = ['Extension Modules', 'Library (Lib)']
    creation = <Date 2007-11-11.22:36:43.053>
    creator = 'christian.heimes'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 1425
    keywords = []
    message_count = 3.0
    messages = ['57381', '57382', '57391']
    nosy_count = 2.0
    nosy_names = ['loewis', 'christian.heimes']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = '1424'
    type = None
    url = 'https://bugs.python.org/issue1425'
    versions = ['Python 2.6', 'Python 3.0']

    @tiran
    Copy link
    Member Author

    tiran commented Nov 11, 2007

    In Python 2.6 and 3.0 the readline module has changed. A new hook to set
    a display matches was introduced but no default method is set thus
    rendering rlcompleter partly useless.

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

    tiran commented Nov 11, 2007

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Nov 12, 2007

    Thanks for the report. This is now fixed in r58940.

    @loewis loewis mannequin 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

    1 participant