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

System escape interpreted in multi-line string #394

Closed
lebigot opened this issue Apr 19, 2011 · 3 comments
Closed

System escape interpreted in multi-line string #394

lebigot opened this issue Apr 19, 2011 · 3 comments
Labels
Milestone

Comments

@lebigot
Copy link
Contributor

lebigot commented Apr 19, 2011

The system escape is interpreted, in multiline strings (IPython version 0.10):

In [1]: '''
   ...: !3
   ...: '''
Out[1]: '\n_ip.system("3")\n'

Isn't this incorrect?

@takluyver
Copy link
Member

Yes, that's incorrect. It should be fixed in 0.11, which we're aiming to release soon, but since it's a fairly unusual bug to hit, and relatively easy to work around, it's probably not going to get fixed in 0.10.

@lebigot
Copy link
Contributor Author

lebigot commented Apr 19, 2011

Thanks for the feedback!

@takluyver
Copy link
Member

You're welcome. I'm going to close this, because I can't replicate it on 0.11, and I can't imagine it getting fixed in 0.10. Let us know if it's a problem in 0.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants