> And indeed, I think that > > sage: len(Compositions(4000)) > [...] > AttributeError: __len__ has been removed; use .cardinality() instead > > Is a much clean behavior than: > > sage: len(Partitions(4000)) > [...] > RuntimeError: maximum recursion depth exceeded in cmp
Then patch it, if it is a bug !!! O_O Nathann -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to sage-combinat-devel@googlegroups.com. To unsubscribe from this group, send email to sage-combinat-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.