voca
voca copied to clipboard
Using the updated python format syntax
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
Hey @episodeyang,
I didn't knew about the new format. Just looked a few examples and it looks cool!
Definitely it worth an implementation, probably for version 2.1.0.
Thanks!