Message322903
Would my suggestion in #33731 of adding another letter in the format spec for float and decimal.Decimal solve your problem? I guess if you're using monetary=True you'd need two additional letters: like 'f' but locale aware, and like 'f' but locale aware and monetary=True. Maybe 'l' and 'L' for these? In this case, there would be no changes to the locale module.
I don't see any good way of using new-style formatting without changing float.__format__ and decimal.Decimal.__format__. |
|
Date |
User |
Action |
Args |
2018-08-02 00:40:06 | eric.smith | set | recipients:
+ eric.smith, jemerton |
2018-08-02 00:40:06 | eric.smith | set | messageid: <1533170406.14.0.56676864532.issue34311@psf.upfronthosting.co.za> |
2018-08-02 00:40:06 | eric.smith | link | issue34311 messages |
2018-08-02 00:40:05 | eric.smith | create | |
|