From 9650f71a22d515aafdf32132882d9085af4c1712 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 13 Mar 2009 03:01:42 +0000 Subject: [PATCH] Clarify the difference between the two proposals. --- pep-0378.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pep-0378.txt b/pep-0378.txt index c10a5cca0..4492d1556 100644 --- a/pep-0378.txt +++ b/pep-0378.txt @@ -156,6 +156,15 @@ length including the thousands separators and decimal separators. No change is proposed for the locale module. +Comparision +=========== + +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. +The second allows either separator to be one of four possibilities. + + + Other Ideas ===========