commit | a099d145e6a24d7c5f46db5b657661287a089c6a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 14 00:13:36 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 14 00:13:36 2009 +0000 |
tree | 2b928cff28b2b4a7bee0797b38b7e318e2b9b759 | |
parent | 7fd6068c3e341f4e34bab2102ab2a056484d7c03 [diff] |
Merged revisions 70356 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70356 | antoine.pitrou | 2009-03-14 01:07:21 +0100 (sam., 14 mars 2009) | 3 lines Issue #1222: locale.format() bug when the thousands separator is a space character. ........