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.

Author Rosuav
Recipients Rosuav, eric.smith, georg.brandl
Date 2016-08-19.13:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471613052.95.0.0137506202617.issue27080@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a first-cut patch. No docs, no tests, and applies only to decimal formatting. It involves redefining the thousands_separators flag from being a boolean to being a three-state flag (none, comma, or underscore), and (ab)uses LT_*_LOCALE to carry that same information around.
History
Date User Action Args
2016-08-19 13:24:12Rosuavsetrecipients: + Rosuav, georg.brandl, eric.smith
2016-08-19 13:24:12Rosuavsetmessageid: <1471613052.95.0.0137506202617.issue27080@psf.upfronthosting.co.za>
2016-08-19 13:24:12Rosuavlinkissue27080 messages
2016-08-19 13:24:12Rosuavcreate