[Python-Dev] Default formatting (original) (raw)
Serhiy Storchaka storchaka at gmail.com
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 ]