On Mar 17, 3:45 pm, smichr <smi...@gmail.com> wrote:
> So I guess the only difference is that in the interactive environment,
> var() echoes the variables while Symbol and symbols does not. (And
> symbols will parse single characters from a string like 'abcxyz'.)

Yes. I'm open to remove the confusing echoing of symbols for 0.7 and
to give it the same functionality as symbols for 'abc'. This was only
not yet done for compatibility's sake.

Theoretically

>>> var('abc', each_char=True)
(a, b, c)

should work, but it seems to be broken.

Vinzent

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to