Changeset 1141:62148bf1c5ea


Ignore:
Timestamp:
09/08/06 14:41:16 (7 years ago)
Author:
wstein@…
Branch:
default
Message:

[project @ maxima.py -- improved interface robustness.]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/interfaces/maxima.py

    r1129 r1141  
    484484        out = out0 + out1 
    485485        out = ''.join(out.split())    # no whitespace 
    486         i = out.find(';;') 
     486        i = out.rfind(';;') 
    487487        if i != -1: 
    488488            out = out[i+2:] 
Note: See TracChangeset for help on using the changeset viewer.