Changeset 2723:aa86e2a8cad6


Ignore:
Timestamp:
02/03/07 09:03:20 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

Fix bug in Maxima interface (not waiting for comp to finish) that michel vandenbergh found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/interfaces/maxima.py

    r2556 r2723  
    466466            E.sendline(line) 
    467467            self._expect.expect(end) 
     468            self._expect.expect(self._prompt) 
    468469            # We have timeouts below, since getting the end above 
    469470            # means the computation completed, but on some systems 
Note: See TracChangeset for help on using the changeset viewer.