Comment #2 on issue 2488 by [email protected]: SymPy 0.7.0 http://code.google.com/p/sympy/issues/detail?id=2488
The cls and seq are popped before making the call for the each_char handling in symbols...this means that `symbols('fgh', cls=Function, each_char=True)` will return 3 Symbols instead of 3 Functions. https://github.com/sympy/sympy/pull/417 corrects this and I would recommend that it be included in the release, though I am biased in this regard ;-)
-- 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.
