This is for the combinat folks:

sage: from sage.combinat.permutation import to_standard as pts
sage: a = [1,2,4]
sage: pts(a)
[1, 2, 3]
sage: a
[5, 5, 5]

Is this desired behavior?  It seems quite dangerous.  I think I've
found a workaround for me, but at the very least shouldn't this be
documented?

- kcrisman

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to