On Tue, 2006-04-04 at 13:27 +1200, Greg Ewing wrote: > If I were designing a formatting system from scratch, > I think I'd separate the issue of formatting numbers into > strings from the issue of inserting strings into other > strings.
This really is a key observation. PEP 292 tried to make inserting strings into other strings really simple to grok, and I think it does that, while still providing a useful level of flexibility for advanced users. I really would hate to mingle that simple functionality with all the complexity of number formatting and the like. -Barry
signature.asc
Description: This is a digitally signed message part
_______________________________________________ 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