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

i658 #660

Merged
merged 1 commit into from Aug 1, 2011
Merged

i658 #660

merged 1 commit into from Aug 1, 2011

Conversation

minrk
Copy link
Member

@minrk minrk commented Aug 1, 2011

move InteractiveShellApp before TerminalIPythonApp in TerminalApp class list

This is useful because InteractiveShellApp is a parent that affects
all IPython apps, so it makes sense to come first.

The change affects auto generated ipython_config.py and the output
of ipython --help-all.

Also prevents duplicate entries for self.__class__

closes gh-658

…ss list

This is useful because InteractiveShellApp is a parent that affects
all IPython apps, so it makes sense to come first.

The change affects auto generated ipython_config.py and the output
of `ipython --help-all`.

Also prevents duplicate entries for `self.__class__`

closes ipythongh-658
@fperez
Copy link
Member

fperez commented Aug 1, 2011

+1, merge away. Thanks for taking care of it quickly!

minrk added a commit that referenced this pull request Aug 1, 2011
@minrk minrk merged commit d932a91 into ipython:master Aug 1, 2011
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 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

Successfully merging this pull request may close these issues.

Put the InteractiveShellApp section first in the auto-generated config files
2 participants