This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add 'm' format specifier for mon_grouping etc.
Type: enhancement Stage: patch review
Components: Interpreter Core Versions: Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Peter.Stahl, eric.smith, mark.dickinson, mrabarnett, skrah
Priority: low Keywords: patch

Created on 2013-01-14 16:54 by skrah, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
issue16964.patch mrabarnett, 2013-07-22 15:07 review
Messages (2)
msg179955 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2013-01-14 16:54
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.
msg193541 - (view) Author: Matthew Barnett (mrabarnett) * (Python triager) Date: 2013-07-22 15:07
I've attached my attempt at a patch.
History
Date User Action Args
2022-04-11 14:57:40adminsetgithub: 61168
2016-06-02 00:04:05r.david.murraysetstage: needs patch -> patch review
versions: + Python 3.6, - Python 3.4
2013-07-22 15:07:42mrabarnettsetfiles: + issue16964.patch

nosy: + mrabarnett
messages: + msg193541

keywords: + patch
2013-01-14 16:54:54skrahcreate