Ticket #3484 (closed defect: fixed)
[with patch, positive review] extend sage_eval (in preparation for sage_input)
| Reported by: | cwitty | Owned by: | cwitty |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.1 |
| Component: | misc | Keywords: | editor_mabshoff |
| Cc: | ncalexan, wstein | Author(s): | |
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
This patch creates some new functionality in sage_eval: the preparser can be disabled; a sequence of commands can be specified, which will be run before the string is evaluated; and there are new calling conventions that take a tuple instead of a string.
These new calling conventions are useful for the proposed sage_input function (so that sage_eval(sage_input(...)) works); but the other new functionality is generally useful, so I think it's reasonable to review and apply this patch even though sage_input is not ready for submission.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

