[issue18738] String formatting (% and str.format) issues with Enum

Eric V. Smith report at bugs.python.org
Wed Aug 14 17:28:30 CEST 2013


Eric V. Smith added the comment:

> What is '{:}' supposed to mean?
> 

It should be the same as '{}'. That is, an empty format string.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18738>
_______________________________________


More information about the Python-bugs-list mailing list