Hi Keshav, On 15 Apr., 18:54, Keshav Kini <[email protected]> wrote: > Possibly the stuff has moved from sagenb to Sage proper in preparation > for the Flask notebook
If I am not mistaken, the sageinspect.py file in Sage was first commited in the release of sage-2.3, March 2007, whereas the file in sagenb was first commited in September 2009. So, it would have been logical to use (and extend) sage/misc/sageinspect.py, instead of copying it to sagenb/misc/. There is also a file sagenb/interfaces/expect.py, but that seems totally different from sage/interfaces/expect.py. How are these related? Are there plans to remove the code duplication in sagenb/misc (and sagenb/interfaces?), in particular since the duplicated code is out of synch? By comments on #11913, I got the impression that the sagenb development takes place not on trac, but entirely on github. Is that really the case? Cheers, Simon -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
