[issue7094] Add alternate float formatting styles to new-style formatting.

Eric Smith report at bugs.python.org
Sun Nov 21 02:39:55 CET 2010


Eric Smith <eric at trueblade.com> added the comment:

This is the patch developed today at the DCPython sprint. I have not reviewed it very well. I know that at least:
- formatting is not consistent
- the docs need reviewing
- I want to add more tests
- Misc/NEWS and Misc/ACKS need updating

But I'm uploading it here anyway so that it doesn't get lost. I'll be refining the patch over the next several days. The patch covers float, complex, and decimal.

Thanks to:
Eric Groo
Vlad Korolev
Bob Schmertz
Owen Martin

----------
keywords: +patch
Added file: http://bugs.python.org/file19722/issue7094.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7094>
_______________________________________


More information about the Python-bugs-list mailing list