Kaydet (Commit) 7c33bd5e authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Attempt to fix Solaris buildbot failure on test_locale

üst 6b265f1b
......@@ -151,7 +151,7 @@ def _group(s, monetary=False):
groups.reverse()
return (
left_spaces + thousands_sep.join(groups) + right_spaces,
len(groups) - 1
len(thousands_sep) * (len(groups) - 1)
)
# Strip a given amount of excess padding from the given string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment