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

Remove python3 profile #1603

Merged
merged 2 commits into from Apr 15, 2012
Merged

Remove python3 profile #1603

merged 2 commits into from Apr 15, 2012

Conversation

takluyver
Copy link
Member

We previously defaulted to a separate profile for Python 3, then we decided we didn't need it. So this just scraps the profile folder.

I also had a test failure because list_bundled_profiles() was seeing __pycache__ as a profile, so that's fixed.

@minrk
Copy link
Member

minrk commented Apr 15, 2012

seems sensible to me.

@takluyver
Copy link
Member Author

Thanks, Min. I'll merge it later unless I hear objections.

@fperez
Copy link
Member

fperez commented Apr 15, 2012

Looks good, thanks @takluyver! Merging now to keep the queue moving...

fperez added a commit that referenced this pull request Apr 15, 2012
Remove python3 profile, which isn't really necessary.

I also had a test failure because list_bundled_profiles() was seeing __pycache__ as a profile, so that's fixed.
@fperez fperez merged commit 3ea5284 into ipython:master Apr 15, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Remove python3 profile, which isn't really necessary.

I also had a test failure because list_bundled_profiles() was seeing __pycache__ as a profile, so that's fixed.
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

3 participants