Guido van Rossum wrote: > The only added wrinkle is that you can also write > {0!r} to *force* using repr() on the value. What if you want a field width with that? Will you be able to write {0!10r} or will it have to be {0!r:10}? -- Greg