15.08.13 06:23, Eli Bendersky написав(ла):
> Yes, the problem here is certainly not IntEnum - specific; it's just
> that IntEnum is the first "for real" use case of subclassing 'int' in
> the stdlib.
Even not the first.
>> '{}'.format(True)
'True'
>>> '{:10}'.format(True)
' 1'