Ticket #4889 (closed defect: fixed)
document matrix.list() better
| Reported by: | robertwb | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.3.3 |
| Component: | linear algebra | Keywords: | |
| Cc: | Author(s): | William Stein | |
| Report Upstream: | N/A | Reviewer(s): | Jason Grout, Nick Alexander |
| Merged in: | sage-4.3.3.alpha1 | Work issues: |
Description
list(M) and M.list() returning different lists is inconsistent. As discussed at http://groups.google.com/group/sage-support/browse_thread/thread/a7d8b439df769e7 we should have M.entries() which replaces M.list() and deprecate the latter.
The behavior of list(M) will remain the same, and consistency with M[i].
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

