[Python-3000] String formating operations in python 3k (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Apr 6 02:07:10 CEST 2006
- Previous message: [Python-3000] String formating operations in python 3k
- Next message: [Python-3000] String formating operations in python 3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] String formating operations in python 3k
- Next message: [Python-3000] String formating operations in python 3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]