Ticket #1958 (closed defect: fixed)
[with patch, with positive review] fix problems with ANSI codes in sage0.py
| Reported by: | craigcitro | Owned by: | craigcitro |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-2.10.1 |
| Component: | interfaces | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
There were some annoying doctest failures in sage0.py in 2.10.1.rc1, which are due to weird issues with ANSI codes ending up in the result of eval(). This parses them to get the correct answer.
I think there's possibly a deeper readline issue here, but that's mostly wild speculation.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

