Ticket #2949 (closed defect: fixed)
[with patch, positive review] change slightly the docstring for assume (utterly trivial)
| Reported by: | was | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0 |
| Component: | calculus | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Change the output of assume? to:
sage: from sage.calculus.calculus import maxima as calcmaxima
sage: calcmaxima.eval('declare(n,integer)')
to
sage: sage.calculus.calculus.maxima.eval('declare(n,integer)')
Attachments
Change History
comment:1 Changed 5 years ago by mhansen
- Owner changed from was to mhansen
- Status changed from new to assigned
- Summary changed from change slightly the docstring for assume (utterly trivial) to [with patch, needs review] change slightly the docstring for assume (utterly trivial)
Note: See
TracTickets for help on using
tickets.

