
March 12, 2009
11:41 p.m.
Eric Smith wrote:
format_number(whole_part='123456787654321', decimal_point=',', thousands_sep='.', grouping=[4, 3, 2]) '12.34.56.78.765.4321'
Maybe the 'thousands_sep' parameter should be called 'grouping_sep' (since it doesn't always group by thousands)? -bruce frederiksen