-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
With typeshed coming to Jedi, builtin modules should be displayed #915
Conversation
(If there's a module_path (which most will have)). This change is still backwards compatible and can be used with older Jedi versions (<0.14.0).
I trust you on this, but tests need to be fixed. |
pip install jedi doesn't work with properly with virtualenvs, if jedi-vim is used.
I think the major change is that there's now a Please review and maybe test. We can then merge. Pretty sure it works. |
BTW: I'm a bit unsure about the test failures. If you have any idea, I'm interested. |
str has different signatures for Python 2 and 3 and is therefore annoying to test.
Tests are passing now. I feel like I finally fixed it. |
Awesome! |
Not sure what you intend to do now. Are you merging once you tested it for a bit? Or was your idea that I merge it? |
Feel free to merge it already (the approval is based on reviewing). |
Merging, worst case we revert. |
(If there's a module_path, which most will have)
This change is still backwards compatible and can be used with older Jedi
versions (<0.14.0).
We can merge this now or later. IMO it's good to merge now, because it won't really change the behavior AFAIK.