On May 11, 1:14 am, John Cremona <john.crem...@gmail.com> wrote: > I would be > interested to see how many doctests fail if the automattice > predefinition iof x is turned off. How might that be done?
sage/all_cmdline.py sage/all_notebook.py both contain the line: from sage.calculus.predefined import x I'd expect that removing that and then running "make test" should give you a nice list. sage/all.py contains a nice relic in this respect, by the way: #x = PolynomialRing(QQ,'x').gen() -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org