Ron Adam wrote: > return value.__format__(format_spec, abstract) Why would the __format__ method need to be passed an 'abstract' flag? It can tell from the format_spec if it needs to know. -- Greg