commit | b2c7af82211ac32295b9419f359036ccb4e819a7 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Wed Apr 30 02:12:09 2008 +0000 |
committer | Eric Smith <eric@trueblade.com> | Wed Apr 30 02:12:09 2008 +0000 |
tree | b9287cf4c62ffc5e4d511e2b713e1b1c8d6ce632 | |
parent | c14bb758b2f4111ab4f095d8fe2b6981bd05b185 [diff] |
Merged revisions 62586 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r62586 | eric.smith | 2008-04-29 21:09:30 -0400 (Tue, 29 Apr 2008) | 5 lines Issue 2526, float.__format__ 'n' specifier does not support thousands grouping. Implemented grouping, with tests. Cleaned up PyOS_ascii_formatd by breaking reformatting into smaller functions. ........