voca icon indicating copy to clipboard operation
voca copied to clipboard

Using the updated python format syntax

Open geyang opened this issue 7 years ago • 1 comments

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

geyang avatar Jan 27 '18 17:01 geyang

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!

panzerdp avatar Jan 27 '18 19:01 panzerdp