Yeah, I wouldn't worry about Python 2.4. We are dropping support right after the release, which will be very soon.
Aaron Meurer On Thu, May 12, 2011 at 5:00 PM, Ondrej Certik <[email protected]> wrote: > On Thu, May 12, 2011 at 3:41 PM, Aaron Meurer <[email protected]> wrote: >> Would it require the ast module? That is only available on 2.6+. But >> that's better than nothing. 1/2 vs. S(1)/2 is by far the number one >> gotcha that I see. > > Here is the file (I think it works for 2.5+): > > https://github.com/sympy/sympy/blob/master/sympy/parsing/ast_parser.py > > And we have a python 2.4 compatibility version here: > > https://github.com/sympy/sympy/blob/master/sympy/parsing/ast_parser_python24.py > > Ondrej > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > 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/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. 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/sympy?hl=en.
