Closed slide closed 7 years ago
Added an IsEmpty member to StringFormatSpec, if the format spec is empty then __repr__ is called, otherwise the return from the StringFormatSpec's aligning function is returned. This follows the CPython way of doing things.
Added an IsEmpty member to StringFormatSpec, if the format spec is empty then __repr__ is called, otherwise the return from the StringFormatSpec's aligning function is returned. This follows the CPython way of doing things.