[Python-3000] Please don't kill the % operator...

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Aug 17 03:05:32 CEST 2007


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


More information about the Python-3000 mailing list