I have found the following bug. When one tries to replace a full tree by another tree, using the *empty path* as an adress, this does not work.
sage: lt=LabelledOrderedTrees() sage: toto=lt([lt([lt([],None)],None)],None) sage: titi=lt([lt([],'a')],'a') sage: toto[()] None[None[None[]]] sage: with toto.clone() as tc: ....: tc[()]=titi IndexError: tuple index out of range Florent, what do you think ? Salut et Fraternité, Frédéric -- 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.