blob: 9611dbb9ba6cd74ec8e1006a2d92d912ef219ab9 [file] [log] [blame]
``object.__format__(x, '')`` is now equivalent to ``str(x)`` rather than
``format(str(self), '')``.