[Python-Dev] Default formatting
Serhiy Storchaka
storchaka at gmail.com
Thu Oct 27 15:01:14 EDT 2016
More information about the Python-Dev mailing list
Thu Oct 27 15:01:14 EDT 2016
- Previous message (by thread): [Python-Dev] Default formatting
- Next message (by thread): [Python-Dev] Clarification for concurrent.futures.Future
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 27.10.16 19:59, Steve Dower wrote: > Having the default __format__ behave like this makes me happiest: > > .... def __format__(self, fmt): > .... return format(str(self), fmt) > > My 2c. YMMV. etc. See issue7994 [1] for arguments against this. [1] http://bugs.python.org/issue7994
- Previous message (by thread): [Python-Dev] Default formatting
- Next message (by thread): [Python-Dev] Clarification for concurrent.futures.Future
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list