On Fri, Jul 8, 2011 at 3:50 PM, Ben Finney <ben+pyt...@benfinney.id.au>wrote:

> * The ‘%’ string formatting operator is superseded in current Python
>  versions by the more flexible ‘format’ method of string objects.
>

AFAIK, % formatting is the only kind of formatting that works portably
across all of CPythons 2.5, 2.6, 2.7, 3.0,  3.1, 3.2; Pypy and Jython.

So I'm still writing new code using %.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to