[Python-3000] Format specifier proposal

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Aug 14 02:58:27 CEST 2007


Eric Smith wrote:
> But the "!" (or 
> something similar) is needed, otherwise no format string could ever 
> begin with an "r".

My current preference is for 'r' to always mean the
same thing for all types. That means if you're designing
a new format string, you just have to choose something
other than 'r'. I don't see that as a big problem.

--
Greg


More information about the Python-3000 mailing list