This commit is contained in:
Georg Brandl 2009-03-13 20:35:04 +00:00
parent 9650f71a22
commit 08f2e14f09
1 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ is typically a DOT or SPACE (see examples from Denis Spir).
James Knight observed that Indian/Pakistani numbering systems
group by hundreds. Ben Finney noted that Chinese group by
ten-thousands. Eric Smith pointed-out that these are already
handled by the "n" specifier in the locale module (albiet only
handled by the "n" specifier in the locale module (albeit only
for integers).
Visual Basic and its brethren (like MS Excel) use a completely
@ -156,8 +156,8 @@ length including the thousands separators and decimal separators.
No change is proposed for the locale module.
Comparision
===========
Comparison
==========
The difference between the two proposals is that the first is hard-wired
to a COMMA for a thousands separator and a DOT as a decimal separator.