Re: Issue 2947 in sympy: Allow to change globals in sympify()

2012-11-13 Thread sympy
Updates: Labels: -NeedsReview -smichr Comment #4 on issue 2947 by smi...@gmail.com: Allow to change globals in sympify() http://code.google.com/p/sympy/issues/detail?id=2947 There was no consensus reached at the above PR. It makes sense to me to allow locals to override globals; it

Re: Issue 2947 in sympy: Allow to change globals in sympify()

2012-11-13 Thread sympy
Updates: Labels: NeedsReview smichr Comment #3 on issue 2947 by smi...@gmail.com: Allow to change globals in sympify() http://code.google.com/p/sympy/issues/detail?id=2947 You can now set the globals with PR https://github.com/sympy/sympy/pull/1648. If one is just trying to not ha

Re: Issue 2947 in sympy: Allow to change globals in sympify()

2012-10-13 Thread sympy
Comment #2 on issue 2947 by asmeu...@gmail.com: Allow to change globals in sympify() http://code.google.com/p/sympy/issues/detail?id=2947 Issue 3438 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to

Issue 2947 in sympy: Allow to change globals in sympify()

2011-12-28 Thread sympy
Status: Accepted Owner: Labels: Type-Enhancement Priority-Medium Parsing New issue 2947 by asmeu...@gmail.com: Allow to change globals in sympify() http://code.google.com/p/sympy/issues/detail?id=2947 sympify() has "exec 'from sympy import *' in globals' hard coded into the parser. You c