Talin wrote:
> But the formatters for int and float have to happen *after* type 
> coercion.

I don't see why. Couldn't the __format__ method
for an int recognise float formats as well and coerce
itself as necessary?

> (I should also mention that "a:b,c" looks prettier to my eye than 
> "a,b:c".

It seems more logical to me, too, for the colon
to separate the value from all the stuff telling
how to format it.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to