]> granicus.if.org Git - python/commit
Issue 2526, float.__format__ 'n' specifier does not support thousands grouping.
authorEric Smith <eric@trueblade.com>
Wed, 30 Apr 2008 01:09:30 +0000 (01:09 +0000)
committerEric Smith <eric@trueblade.com>
Wed, 30 Apr 2008 01:09:30 +0000 (01:09 +0000)
commit0a95063d732b6f309a0cbf73e6095fb8774e5914
tree02c3fe7a69952ede0e1defc4ad308265fd17be80
parent48f6276ddc924cebba646ac2c7e108f2c8bc4a2f
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.
Lib/test/test_types.py
Python/pystrtod.c