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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
