Dnia 6 stycznia 2019 o 01:48 "Eric V. Smith" napisał(a):
> On 1/5/2019 3:03 PM, Łukasz Stelmach wrote:
>> Barry Scott writes:
>>> On Friday, 4 January 2019 14:57:53 GMT Łukasz Stelmach wrote:
I would like to present two pull requests[1][2] implementing fixed
point presentation of n
Eric V. Smith wrote:
> If the locale character is "*", use locale-aware formatting for the
> given "type", with LC_NUMERIC. So, "*g" would be equivalent to the
> existing "n", and "*f" would give you the current "f" formatting, except
> using LC_NUMERIC for the decimal point. If the locale cha
On 1/5/2019 3:03 PM, Łukasz Stelmach wrote:
Barry Scott writes:
On Friday, 4 January 2019 14:57:53 GMT Łukasz Stelmach wrote:
I would like to present two pull requests[1][2] implementing fixed point
presentation of numbers and ask for comments. The first is mine. I
learnt about the second aft
Barry Scott writes:
> On Friday, 4 January 2019 14:57:53 GMT Łukasz Stelmach wrote:
>>
>> I would like to present two pull requests[1][2] implementing fixed point
>> presentation of numbers and ask for comments. The first is mine. I
>> learnt about the second after publishing mine.
>>
>> The only
Steven D'Aprano writes:
> On Fri, Jan 04, 2019 at 03:57:53PM +0100, Łukasz Stelmach wrote:
>> Hi,
>>
>> I would like to present two pull requests[1][2] implementing fixed point
>> presentation of numbers and ask for comments. The first is mine. I
>> learnt about the second after publishing mine.
On Friday, 4 January 2019 14:57:53 GMT Łukasz Stelmach wrote:
> Hi,
>
> I would like to present two pull requests[1][2] implementing fixed point
> presentation of numbers and ask for comments. The first is mine. I
> learnt about the second after publishing mine.
>
> The only format using decimal
On Fri, Jan 04, 2019 at 03:57:53PM +0100, Łukasz Stelmach wrote:
> Hi,
>
> I would like to present two pull requests[1][2] implementing fixed point
> presentation of numbers and ask for comments. The first is mine. I
> learnt about the second after publishing mine.
Before I look at the implementa
Hi,
I would like to present two pull requests[1][2] implementing fixed point
presentation of numbers and ask for comments. The first is mine. I
learnt about the second after publishing mine.
The only format using decimal separator from locale data for
float/complex/decimal numbers at the moment i