.format vs. %
Ethan Furman
ethan at stoneleaf.us
Mon Jan 2 17:00:07 EST 2012
More information about the Python-list mailing list
Mon Jan 2 17:00:07 EST 2012
- Previous message (by thread): .format vs. %
- Next message (by thread): .format vs. %
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Andrew Berg wrote: > On 12/31/2011 12:19 PM, davidfx wrote: >> Should we always be using .format() for formatting strings or %? >> > %-style formatting will eventually go away, but > probably not for a long time. %-style formatting isn't going away. ~Ethan~
- Previous message (by thread): .format vs. %
- Next message (by thread): .format vs. %
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list