Updates:
Status: Accepted
Labels: -Priority-Medium Priority-Critical EasyToFix
Comment #1 on issue 2211 by [email protected]: Syntax error in
gamma_functions.py
http://code.google.com/p/sympy/issues/detail?id=2211
This syntax is only valid on Python 2.6+. To keep compatibility with older
Pythons, we should use 'arg._new_rawargs(*tail, **{'reeval': False})'
or 'arg._new_rawargs(reeval=False, *tail)'. I cant' test with 2.5 or
earlier so I'm not making the change myself.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en.