Tuomas Suutari added the comment:

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?

----------
Added file: http://bugs.python.org/file38394/issue23602v2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23602>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to