[issue16964] Add 'm' format specifier for mon_grouping etc.

2016-06-01 Thread R. David Murray
Changes by R. David Murray : -- stage: needs patch -> patch review versions: +Python 3.6 -Python 3.4 ___ Python tracker ___ ___ Python

[issue16964] Add 'm' format specifier for mon_grouping etc.

2013-07-22 Thread Matthew Barnett
Matthew Barnett added the comment: I've attached my attempt at a patch. -- keywords: +patch nosy: +mrabarnett Added file: http://bugs.python.org/file31009/issue16964.patch ___ Python tracker ___

[issue16964] Add 'm' format specifier for mon_grouping etc.

2013-01-14 Thread Stefan Krah
New submission from Stefan Krah: This issue proposes an additional 'm' format specifier that behaves like 'n', but uses mon_grouping, mon_decimal_point and mon_thousands_sep. See #16944 for the rationale. -- components: Interpreter Core messages: 179955 nosy: Peter.Stahl, eric.smith, ma