Message 237579 - Python tracker (original) (raw)
Message237579
Author | tuomas.suutari |
---|---|
Recipients | eric.smith, ezio.melotti, mark.dickinson, martin.panter, rhettinger, serhiy.storchaka, skrah, tuomas.suutari |
Date | 2015-03-08.22:33:34 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1425854014.72.0.894833628368.issue23602@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Here's the next round of the patch. For formatting fractions with any given precision I had to parse the precision from format specifier and at this point it seemed easier to just create a general parser for the Format Specification Mini-Language. In this patch it is implemented in fractions._parse_format_specifier function, but maybe this kind of general function should be moved to better place and be documented and exported. What do you think? |
History | |||
---|---|---|---|
Date | User | Action | Args |
2015-03-08 22:33:34 | tuomas.suutari | set | recipients: + tuomas.suutari, rhettinger, mark.dickinson, eric.smith, ezio.melotti, skrah, martin.panter, serhiy.storchaka |
2015-03-08 22:33:34 | tuomas.suutari | set | messageid: 1425854014.72.0.894833628368.issue23602@psf.upfronthosting.co.za |
2015-03-08 22:33:34 | tuomas.suutari | link | issue23602 messages |
2015-03-08 22:33:34 | tuomas.suutari | create |