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

Open
m0rgen opened this issue Aug 26, 2020 · 0 comments
Open

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

m0rgen opened this issue Aug 26, 2020 · 0 comments

Comments

@m0rgen
Copy link

@m0rgen 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.