Ticket #2949 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

2949.patch Download (810 bytes) - added by mhansen 5 years ago.

Change History

Changed 5 years ago by mhansen

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)

comment:2 Changed 5 years ago by dfdeshom

  • Summary changed from [with patch, needs review] change slightly the docstring for assume (utterly trivial) to [with patch, positive review] change slightly the docstring for assume (utterly trivial)

Looks good to me.

comment:3 Changed 5 years ago by mabshoff

  • Status changed from assigned to closed
  • Resolution set to fixed

Merged in Sage 3.0.alpha6

Note: See TracTickets for help on using tickets.