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

Using Python3, bpython only autocompletes packages, not modules #847

Closed
m0rgen opened this issue Aug 26, 2020 · 1 comment
Closed

Using Python3, bpython only autocompletes packages, not modules #847

m0rgen opened this issue Aug 26, 2020 · 1 comment
Labels
Milestone

Comments

@m0rgen
Copy link

m0rgen commented Aug 26, 2020

A simple example...

If I create a directory hierarchy like this:

./xyzzy
./xyzzy/__init__.py
./xyzzy/plugh
./xyzzy/plugh/__init__.py
./xyzzy/plugh/bar.py
./xyzzy/plugh/foo.py

Running bpython using python2.7.16 will successfully autocomplete "foo" and "bar", e.g. "from xyzzy.plugh." will show "foo" and "bar" in the autocomplete box. However, running bpython using python3.7.3 it will only autocomplete "xyzzy" or "xyzzy.plugh" (which are packages/directories), while "foo" and "bar" are modules/files.

@sebastinas
Copy link
Contributor

This might be related to #835. Did you try with a version of bpython that has that fixed applied?

@sebastinas sebastinas added the bug label Oct 13, 2020
sebastinas added a commit that referenced this issue Jan 9, 2021
@sebastinas sebastinas added this to the release-0.21 milestone Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants