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