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