12 | | 1. The Maple command passed to sage.interfaces.expect.Expect contains now a Maple configuration command needed. |
13 | | a. Now, Maple command line interface does not break input lines. |
14 | | a. When an Maple syntax error occurs, the command line interface does not enter in edit mode. Thus, we are not restricted to only use the expect file interface. |
15 | | 1. '''Additional changes:''' |
16 | | a. The method sage.interfaces.maple.Maple.clear |
17 | | a. The method sage.interfaces.maple.Maple.clear was modified to provide a standard way to eventually ''clear'' a Maple variable. |
18 | | a. Some docstrings are changed to pass the doctests. |
19 | | a. A docstring is changed in sage.symbolic.integration.integral to pass the tests of Ticket #2120 |
20 | | 1. '''Related tickets:''' The issues of Tickets #2120 and #1465 could be also fixed with this patch, but not sure. |
21 | | 1. '''Tests passed:''' |
| 12 | The Maple command passed to sage.interfaces.expect.Expect contains now a Maple configuration command. |
| 13 | 1. Now, Maple command line interface does not break input lines. |
| 14 | 1. When an Maple syntax error occurs, the command line interface does not enter in edit mode. Thus, we are not restricted to only use the expect file interface. |
| 15 | * '''Additional changes:''' |
| 16 | 1. The method sage.interfaces.maple.Maple.clear was modified to provide a standard way to eventually ''clear'' a Maple variable. |
| 17 | 1. Some docstrings are changed to pass the doctests. |
| 18 | 1. A docstring is changed in sage.symbolic.integration.integral to pass the tests of Ticket #2120 |
| 19 | * '''Related tickets:''' The issues of Tickets #2120 and #1465 could be also fixed with this patch, but not sure. |
| 20 | * '''Tests passed:''' |