Re: help needed on decimal formatting issue

2011-09-19 Thread Mark Dickinson
On Sep 19, 1:42 pm, Robin Becker wrote: > I'm not really very used to the decimal module so I'm asking here if any one > can > help me with a problem in a well known third party web framework > > The code in question is > > def format_number(value, max_digits, decimal_places): >      """ >      F

help needed on decimal formatting issue

2011-09-19 Thread Robin Becker
I'm not really very used to the decimal module so I'm asking here if any one can help me with a problem in a well known third party web framework The code in question is def format_number(value, max_digits, decimal_places): """ Formats a number into a string with the requisite number of