diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-03-14 00:13:13 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-03-14 00:13:13 (GMT) |
commit | 350370c25fd1259199bb18fbce9fa447cd02ddf1 (patch) | |
tree | 2355fa9c5041ae14ee37170234ffbfe943b25e27 /Misc | |
parent | a28fcfdbdaa082a8d3849d7dc829f89cd7f868a8 (diff) | |
download | cpython-350370c25fd1259199bb18fbce9fa447cd02ddf1.zip cpython-350370c25fd1259199bb18fbce9fa447cd02ddf1.tar.gz cpython-350370c25fd1259199bb18fbce9fa447cd02ddf1.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -202,6 +202,9 @@ Core and Builtins Library ------- +- Issue #1222: locale.format() bug when the thousands separator is a space + character. + - Issue #5472: Fixed distutils.test_util tear down. Original patch by Tim Golden. |