Updates:
        Status: Fixed
        Owner: ---
        Cc: -matt...@gmail.com

Comment #1 on issue 2573 by matt...@gmail.com: Poly objects are not callable
http://code.google.com/p/sympy/issues/detail?id=2573

This is a regression. It's fixed in master now, e.g.:

In [1]: Poly(x*y, x, y)(2, 3)
Out[1]: 6

In [2]: Poly(x*y, x, y)(2)
Out[2]: Poly(2*y, y, domain='ZZ')

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

Reply via email to