Hi,
I fixed trac #130 just now: http://sage.math.washington.edu:9002/sage_trac/ticket/130 Your remarks that multiline history is a new feature was very helpful. The bug was that InteractiveShell.prefilter used to assume that the first input was a single line (with no \n's), but that's no longer the case. Since SAGE overloaded InteractiveShell.prefilter with its own prefilter, I had to adapt SAGE's IPython prefilter to deal with multiple lines. -- William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
