Re: [sage-devel] Backward incompatible change for BinaryTree

2011-06-13 Thread Nicolas M. Thiery
On Mon, Jun 13, 2011 at 01:03:07PM +0200, Florent hivert wrote: >So I'd like to have a vote for either one of those four options: > > 1. unimport BinaryTree from sage.misc.sage_ds and import them from combinat > > 2. leave think as such. Find a different name for the mathematical binary >

[sage-devel] Backward incompatible change for BinaryTree

2011-06-13 Thread Florent Hivert
Hi there, I'd like to make a backward incompatible change in Sage's interface: Currently there is a BinaryTree algorithmic data structure which is imported in sage.all from sage/misc/sage_ds.pyx. It is used only in rings/polynomial/polynomial_compiled.pyx. I'd like to unimport it to be ab