Updated the implementation and test for new-style string formatting so that most tests pass. There is one remaining issue: Floating points are being rounded by the test suite, meaning {e} formats on floating-point numbers display incorrectly in the test suite. Someone else seems to have found a fix for that, so I should be able to take care of it as soon as I get more details.
All other pending issues appear to be fixed.
PR Checklist:
[ x ] All new features have been tested
[ x ] All new features have been documented (no new features)
Updated the implementation and test for new-style string formatting so that most tests pass. There is one remaining issue: Floating points are being rounded by the test suite, meaning {e} formats on floating-point numbers display incorrectly in the test suite. Someone else seems to have found a fix for that, so I should be able to take care of it as soon as I get more details.
All other pending issues appear to be fixed.
PR Checklist: