[Python-3000] String formating operations in python 3k

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Apr 6 02:07:10 CEST 2006


Ian Bicking wrote:

> Clever and interesting would include my quoting, evaluating, and 
> formatting wrappers.  It might also include special gettext expressions, 
> case insensitivity, or other interesting wrappers.

Hmmm, *that* degree of cleverness would be better
served by a different interface to the formatting
system. But there should still be a simple keyword
arg interface for the vast majority of cases when
you don't want to be clever.

--
Greg


More information about the Python-3000 mailing list