Hi! On Thu, Jun 02, 2011 at 09:58:28AM -0700, Volker Braun wrote: > This is perhaps related, but I found that using one-line permutation > notation is rather dangerous. It would be nice to have some more input > checking here, perhaps with an optional check=True argument to switch it > off if you have to: > sage: Permutation([3,2]) # invalid one-line notation > [3, 2]
That's one of the many Quircks and Weirdness of the current implementation:: http://wiki.sagemath.org/combinat/Weirdness It's getting progressively cleaned up. kcrisman: please file a ticket for the issue you found. It's definitely a bug! Cheers, Nicolas -- Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net> http://Nicolas.Thiery.name/ -- 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