> I've incorporated this into SAGE as a patch. I like the final form.
> [EMAIL PROTECTED]:~/d/sage/sage/misc$ hg export 5194 > # HG changeset patch > # User William Stein <[EMAIL PROTECTED]> > # Date 1183076918 25200 > # Node ID 25f23d18288895f46a6aaa2bd8ef147cde5e31f3 > # Parent 65b460226d8173061face0c810fa6cffaf20dc08 > Marshall Hampton's flatten command (suitably modified) > > diff -r 65b460226d81 -r 25f23d182888 sage/misc/all.py > --- a/sage/misc/all.py Thu Jun 28 16:17:05 2007 -0700 > +++ b/sage/misc/all.py Thu Jun 28 17:28:38 2007 -0700 > @@ -6,6 +6,8 @@ from misc import (alarm, srange, xsrange > repr_lincomb, tmp_dir, tmp_filename, > DOT_SAGE, SAGE_ROOT, SAGE_URL, SAGE_DB, SAGE_TMP, > is_32_bit, is_64_bit, newton_method_sizes) > + > +from flatten import flatten Did this really need its own file? Nick --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
