Nick Coghlan wrote: > Secondly, the string % operator appears to have an explicit optimisation > for the 'just return str(self)' case. This optimisation is missing from > the new string format method. I'll see if I can optimize this case.