On Wed, Jan 23, 2013 at 10:45:06AM +0100, Nathann Cohen wrote:
> > 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

Thanks for this very useful contribution !

Florent

-- 
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.

Reply via email to