[Python-Dev] converting the stdlib to str.format

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Jun 5 03:48:07 CEST 2008


Nick Coghlan wrote:

> - remove support for passing a single value to a format string without 
> wrapping it in an iterable first

But won't that clobber a large number of the simple
use cases that you want to keep %-formatting for?

-- 
Greg


More information about the Python-Dev mailing list