[Python-Dev] converting the stdlib to str.format (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Jun 5 03:48:07 CEST 2008
- Previous message: [Python-Dev] converting the stdlib to str.format
- Next message: [Python-Dev] converting the stdlib to str.format
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] converting the stdlib to str.format
- Next message: [Python-Dev] converting the stdlib to str.format
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]