[sage-devel] please review...*30

2015-01-01 Thread Ralf Stephan
Hello, as I have probably authored (in) the most tickets needing review now (30), I would wish that some of these were reviewed this year. So, I'm presenting to you those that I think are the nicest or most useful. *Series.* These are very small patches with high visibility for the student user.

[sage-devel] Re: should latex() on a LatexExpr raise an exception?

2015-01-01 Thread Volker Braun
On Thursday, January 1, 2015 4:54:40 PM UTC+1, Dan Drake wrote: > > Perhaps a simpler alternative would be that latex() on a LatexExpr > doesn't do anything -- it's just the identity. > +1 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsu

[sage-devel] should latex() on a LatexExpr raise an exception?

2015-01-01 Thread Dan Drake
Hi, I'm writing some code where I sometimes give a function mathematical objects, and want it to run latex() on them -- and sometimes I give it a string of LaTeX code and want the function to leave it alone. I can typecheck the inputs, but I understand that's not Pythonic. The problem seems to be