Ron Adam wrote:
> What should happen in various situations of mismatched or invalid type 
> specifiers?

I think that a format string that is not understood
by any part of the system should raise an exception
(rather than, e.g. falling back on str()). Refuse the
temptation to guess.

--
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