commit | 350370c25fd1259199bb18fbce9fa447cd02ddf1 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 14 00:13:13 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 14 00:13:13 2009 +0000 |
tree | 2355fa9c5041ae14ee37170234ffbfe943b25e27 | |
parent | a28fcfdbdaa082a8d3849d7dc829f89cd7f868a8 [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. ........