Updates:
Labels: -Priority-High -Milestone-Release0.7.0 -NeedsReview -asmeurer
Priority-Medium Milestone-Release0.7.3 DeprecationRemoval
Comment #28 on issue 1919 by [email protected]: unify behavior of var()
and symbols()
http://code.google.com/p/sympy/issues/detail?id=1919
I'm reopening this as the official issue for the removal of the each_char
option to symbols() and var(). It has been deprecated since SymPy 0.7.0.
Use spaces or commas between symbol names instead (a simple " ".join(s)
will convert a string s = "xyz" to "x y z").
--
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.