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 for %run -d on Python 3 #1599

Merged
merged 1 commit into from Apr 15, 2012
Merged

Fix for %run -d on Python 3 #1599

merged 1 commit into from Apr 15, 2012

Conversation

takluyver
Copy link
Member

Supersedes PR #1452.

Closes gh-1421

@takluyver takluyver mentioned this pull request Apr 15, 2012
@juliantaylor
Copy link
Contributor

this should also be applied to the 0.12.1 branch

@takluyver
Copy link
Member Author

Good point - once this is OKed, I'll do it on that branch too.

@fperez
Copy link
Member

fperez commented Apr 15, 2012

Looks clean, thanks @takluyver! I'll merge in master now, and will leave it to you to apply the patch to the 0.12.1 branch.

fperez added a commit that referenced this pull request Apr 15, 2012
Fix for %run -d on Python 3.

Closes gh-1421.
@fperez fperez merged commit 9b9fb9e into ipython:master Apr 15, 2012
@takluyver
Copy link
Member Author

Done for 0.12.1 in commit d457204.

@fperez
Copy link
Member

fperez commented Apr 15, 2012

Great, thanks!

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.

ipython32 %run -d breaks with NameError name 'execfile' is not defined
3 participants