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

Import TAB completion no longer works #5567

Closed
mario-grgic opened this issue Apr 9, 2014 · 1 comment
Closed

Import TAB completion no longer works #5567

mario-grgic opened this issue Apr 9, 2014 · 1 comment
Milestone

Comments

@mario-grgic
Copy link

This is a problem on Mac OS X 10.9.2, Python 2.7.5 and IPython 2.0.0.

Import Tab completion no longer works (this is a regression from previous version). Instead IPython completes already imported names .For example, if you start IPython, type import s and hit TAB it will offer the following completions

In [2]: import s
set( slice( staticmethod( sum(
setattr( sorted( str( super(

In [2]: import s

None of these are valid modules to be imported.

@takluyver
Copy link
Member

Already tracked as #5514. Thanks!

@takluyver takluyver added this to the no action milestone Apr 9, 2014
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

No branches or pull requests

2 participants