Open GoogleCodeExporter opened 9 years ago
Agreed.
An open question is whether `evaluate` should be applied also
to converting arguments. For example,
Mul(2, 3, evaluate=False) -> `2*3` or `6`?
Mul('2', '3', evaluate=False) -> `2*3` or `6`?
Mul('2+1', '3', evaluate=False) -> `3*3` or `9` or `(2+1)*3`?
If `evaluate` will be applied to converting arguments
then the unevaluated expression support would be easier
to implement using context managers.
Original comment by pearu.peterson
on 8 Apr 2008 at 9:51
Original issue reported on code.google.com by
fredrik....@gmail.com
on 22 Feb 2008 at 12:09