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

Fix completion when importing modules in the cwd. #1463

Merged
merged 1 commit into from Mar 3, 2012

Conversation

takluyver
Copy link
Member

While testing #1447, I found that tab completing import fo<TAB> when foo.py is in the current directory wasn't working. There's a mismatch between the representation of the cwd in sys.path (as '') and that required for isdir and listdir ('.').

@minrk
Copy link
Member

minrk commented Mar 3, 2012

If merging this won't conflict with #1447, go for it.

@takluyver
Copy link
Member Author

Shouldn't do. Merging this now.

takluyver added a commit that referenced this pull request Mar 3, 2012
Fix completion when importing modules in the cwd.
@takluyver takluyver merged commit 8c403fa into ipython:master Mar 3, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Fix completion when importing modules in the cwd.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants