Comment #12 on issue 1977 by ronan.l...@gmail.com: symbols() gives unexpected behavior when passed a list of length 1
http://code.google.com/p/sympy/issues/detail?id=1977

Considering that every isympy session in 0.6.7 starts with this:

x, y, z = symbols('xyz')
k, m, n = symbols('kmn', integer=True)
f, g, h = map(Function, 'fgh')

I don't think we can say that the syntax was deprecated in any meaningful way. Removing it will probably break half the existing scripts.

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

Reply via email to