Open
Description
Hey panzerdp,
Thanks for this library! I looked through your tests for format
. It looks like it is using the old c % format syntax. Is there plan on supporting the new {:03d}
kind of string format?
Here is a helpful link for some of the things that are possible:
https://pyformat.info | using string.format() for great good