Comment #21 on issue 1977 by [email protected]: symbols() gives unexpected behavior when passed a list of length 1
http://code.google.com/p/sympy/issues/detail?id=1977

I think Ronan's point is that we haven't had a proper deprecation. The number of people using symbols('abc') to mean a, b, c is probably large. The number of people using symbols('alpha') instead of Symbols('alpha') or from sympy.abc import alpha is probably small. So the old behavior should not be dropped abruptly on something -- creation of symbols -- that is such a fundamental component.

Do most users of sympy follow this discussion? If so we can solicit feedback. If not we should give some warning.

--
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.

Reply via email to