[Python-3000] PEP 3101 clarification requests
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Aug 21 02:48:25 CEST 2007
Eric Smith wrote:
> Guido van Rossum wrote:
>
> > Why? The conversion code can just generate !s:-20 instead of :-20s.
>
> Talin: On your list of to-do items for the PEP, could you add that the
> only conversions for the standard conversion specifiers are int <-> float?
Please, no! While the converter may be able to handle
it, "!s:-20" is terribly ugly for humans.
--
Greg
More information about the Python-3000
mailing list