[Python-3000] More PEP 3101 changes incoming

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Aug 6 02:42:38 CEST 2007


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


More information about the Python-3000 mailing list