Author marketdickinson
Recipients eric.smith, mark, marketdickinson
Date 2008-05-09.15:12:02
SpamBayes Score 0.00317811
Marked as misclassified No
Message-id <1210345923.18.0.252936246258.issue2802@psf.upfronthosting.co.za>
In-reply-to
Content
> As to the implementation, the OS supplied float formatting does not add
> thousands separators.  I added the function add_thousands_grouping() to
> Python/pystrtod.c in order implement this for floats.

Excellent!  I didn't realise this code was already there.  Maybe there's 
also some way to use it to implement 'n' formatting for Decimal (which in 
some ways behaves like a hybrid floating-point and integer type).

I can't think of any reason that the LC_NUMERIC stuff shouldn't apply to 
integers as well as floats.
History
Date User Action Args
2008-05-09 15:12:03marketdickinsonsetspambayes_score: 0.00317811 -> 0.00317811
recipients: + marketdickinson, eric.smith, mark
2008-05-09 15:12:03marketdickinsonsetspambayes_score: 0.00317811 -> 0.00317811
messageid: <1210345923.18.0.252936246258.issue2802@psf.upfronthosting.co.za>
2008-05-09 15:12:02marketdickinsonlinkissue2802 messages
2008-05-09 15:12:02marketdickinsoncreate