Issue 2573 in sympy: Poly objects are not callable

2011-07-19 Thread sympy
Status: New Owner: ness...@googlemail.com CC: matt...@gmail.com Labels: Type-Defect Priority-Medium Polynomial New issue 2573 by ness...@googlemail.com: Poly objects are not callable http://code.google.com/p/sympy/issues/detail?id=2573 As reported on irc: before the new polys, Poly objects were

Re: Issue 2573 in sympy: Poly objects are not callable

2011-08-12 Thread sympy
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)