I just saw a ticket where

print "x = ", x

was changed to

print("x = {}".format(x)

i.e. for example "x = 42" is changed to "x = 42". But testing went fine. So is there some logic that slightly modifies expected output before testing? If so, what else it does than sqeeze consecutive spaces?

--
Jori Mäntysalo

Reply via email to