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

paste line continuation #16154

Closed
vbraun opened this issue Apr 13, 2014 · 7 comments
Closed

paste line continuation #16154

vbraun opened this issue Apr 13, 2014 · 7 comments

Comments

@vbraun
Copy link
Member

vbraun commented Apr 13, 2014

Pasting new-style line continuations does not work, possibly due to the last IPython update:

sage: sage: a = [1, 
....: ....:      2]

This is because IPythons own prompt stripper takes out the first three periods. The patch lets our own prompt stripper run first.

CC: @ohanar

Component: misc

Author: Volker Braun

Branch/Commit: u/vbraun/paste_line_continuation @ b367950

Issue created by migration from https://trac.sagemath.org/ticket/16154

@vbraun vbraun added this to the sage-6.2 milestone Apr 13, 2014
@vbraun

This comment has been minimized.

@vbraun vbraun added the t: bug label Apr 13, 2014
@vbraun
Copy link
Member Author

vbraun commented Apr 13, 2014

Branch: u/vbraun/paste_line_continuation

@vbraun
Copy link
Member Author

vbraun commented Apr 13, 2014

Commit: b367950

@vbraun
Copy link
Member Author

vbraun commented Apr 13, 2014

comment:3

Might be best to deal with this in #16050


New commits:

b367950make our own prompt stripper run before the IPython one

@vbraun
Copy link
Member Author

vbraun commented Apr 13, 2014

Author: Volker Braun

@vbraun

This comment has been minimized.

@vbraun
Copy link
Member Author

vbraun commented Apr 14, 2014

comment:4

Incorporated into #16050

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

No branches or pull requests

1 participant