← 返回首页
Autocomplete Feature Not Available when Switching Python Version · Issue #1016 · bpython/bpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Autocomplete Feature Not Available when Switching Python Version #1016

New issue
New issue

Description

I have attempted to change the shebang in the shell script for the bpython interpreter from #!/usr/bin/python3 to #!/usr/bin/python3.12 on a system where /usr/bin/python3 is effectively a symlink to /usr/bin/python3.10. When switching interpreters from python3.10 to python3.12, I receive warnings stating that the autocompletion feature from the Python script does not support the later version, Python 3.12.

Operating System: Ubuntu 22.04.1 LTS
Location of Interpreter(s): /usr/bin/python3.12 and /usr/bin/ipython

I believe that this would also be an issue for users needing to switch versions, whether forwards or backwards, including for python3.7, python3.8, and python3.9 compatibility backwards as well as for python3.11, python3.12, and python3.13 (and eventually beyond 3.13) compatibility forwards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    moreinfoMore information required from the submitter

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Footer

      © 2026 GitHub, Inc.