
Aug. 3, 2015
1:46 a.m.
Hi, I don't understand how we got to arbitrary expressions. There was probably an edge case or two, but I wasn't expecting str(eval(s)) to be the answer, and one I'm not sure I'd want. -Mike
On 8/1/2015 2:25 PM, Steven D'Aprano wrote:
Wait, did I miss something? Does this mean that f-strings will essentially be syntactic sugar for str(eval(s))?