Re: Issue 4016 in sympy: Parser fails to parse pi with implicit_multiplication

2013-09-16 Thread sympy
Updates: Status: Fixed Comment #4 on issue 4016 by smi...@gmail.com: Parser fails to parse pi with implicit_multiplication http://code.google.com/p/sympy/issues/detail?id=4016 (No comment was entered for this change.) -- You received this message because this project is configured

Re: Issue 4016 in sympy: Parser fails to parse pi with implicit_multiplication

2013-09-14 Thread sympy
Updates: Status: Started Comment #3 on issue 4016 by smi...@gmail.com: Parser fails to parse pi with implicit_multiplication http://code.google.com/p/sympy/issues/detail?id=4016 https://github.com/sympy/sympy/pull/2455 -- You received this message because this project is configured

Re: Issue 4016 in sympy: Parser fails to parse pi with implicit_multiplication

2013-09-12 Thread sympy
Updates: Status: Valid Cc: li.david...@gmail.com Comment #1 on issue 4016 by asmeu...@gmail.com: Parser fails to parse pi with implicit_multiplication http://code.google.com/p/sympy/issues/detail?id=4016 (No comment was entered for this change.) -- You received this message

Re: Issue 4016 in sympy: Parser fails to parse pi with implicit_multiplication

2013-09-12 Thread sympy
Comment #2 on issue 4016 by asmeu...@gmail.com: Parser fails to parse pi with implicit_multiplication http://code.google.com/p/sympy/issues/detail?id=4016 pi is not special. It happens with any predefined constant, like EulerGamma. -- You received this message because this project is

Issue 4016 in sympy: Parser fails to parse pi with implicit_multiplication

2013-09-11 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium Parsing New issue 4016 by zaha...@gmail.com: Parser fails to parse pi with implicit_multiplication http://code.google.com/p/sympy/issues/detail?id=4016 When trying to parse an expression of the form pi {Symbol} The parser breaks.