-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
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].
Component: linear algebra
Author: William Stein
Reviewer: Jason Grout, Nick Alexander
Merged: sage-4.3.3.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/4889