Comment #8 on issue 2376 by renato.c...@gmail.com: should subs use strict=True when sympifying?
http://code.google.com/p/sympy/issues/detail?id=2376

I'm just saying that: _eval_subs() methods don't have sympify args, that only happens in Basic._subs_old_new() (line 742 of basic.py). If it's not much of a compatibility break, you can disallow using strings as patterns, as you suggested, using sympify(old, strict=True) in that line.

I'm not sure if that's what you were asking, I'm confused because what I said is just what you proposed in the first place, right?

--
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