str.format is a very verbose and powerful way to invoke the string format
operator %
most of its current uses are unnecessary and hard to read these should be
searched out and their necessity evaluated. they should be removed and replaces
with the % operator is they can
Original issue reported on code.google.com by Ryexander on 21 Sep 2014 at 8:55
Original issue reported on code.google.com by
Ryexander
on 21 Sep 2014 at 8:55