Updates:
        Labels: Milestone-Release0.7.0

Comment #24 on issue 1919 by asmeurer: unify behavior of var() and symbols()
http://code.google.com/p/sympy/issues/detail?id=1919

The each_char flag was removed completely. I think it should be left in, just defaulted to False.

Removing it actually causes a bit of a headache, because symbols('xyz', each_char=False) creates Symbols with the assumption each_char set to False. I noticed this when running the sage tests, which fail because apparently sage's Expression ._sympy_() function calls symbols(each_char=False). I will send in a pull request soon.

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