Re: converting currency using locals

2007-04-18 Thread Gabriel Genellina
En Wed, 18 Apr 2007 15:08:24 -0300, Grzegorz Ślusarek <[EMAIL PROTECTED]> escribió: > Hi all. I have situation that I have value that holds price and I must > show > this price using national specification(e.g. thousands_sep). Any idea how > this can be done under python 2.4.4? I saw that func

Re: converting currency using locals

2007-04-18 Thread Grzegorz Ślusarek
Dnia Wed, 18 Apr 2007 19:38:26 +0100, Michael Hoffman napisał(a): > Grzegorz Ślusarek wrote: >> Hi all. I have situation that I have value that holds price and I must show >> this price using national specification(e.g. thousands_sep). Any idea how >> this can be done under python 2.4.4? I saw tha

Re: converting currency using locals

2007-04-18 Thread Michael Hoffman
Grzegorz Ślusarek wrote: > Hi all. I have situation that I have value that holds price and I must show > this price using national specification(e.g. thousands_sep). Any idea how > this can be done under python 2.4.4? I saw that function format from module > locals can format value with national sp

converting currency using locals

2007-04-18 Thread Grzegorz Ślusarek
Hi all. I have situation that I have value that holds price and I must show this price using national specification(e.g. thousands_sep). Any idea how this can be done under python 2.4.4? I saw that function format from module locals can format value with national specification, but this could be do