[Patches] [ python-Patches-415777 ] Patch for 414940:new grouping strategy

noreply@sourceforge.net noreply@sourceforge.net
Fri, 13 Apr 2001 01:15:32 -0700


Patches item #415777, was updated on 2001-04-12 14:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=415777&group_id=5470

Category: library
Group: None
>Status: Closed
Priority: 5
Submitted By: Martin v. Löwis (loewis)
>Assigned to: Nobody/Anonymous (nobody)
Summary: Patch for 414940:new grouping strategy

Initial Comment:
This patch fixes bug #414940, and redoes the fix for
#129417 in a different way. Unfortunately, it is hard
to write test cases for these algorithms, since they'd
rely on the presence of a specific locale (e.g. en_US).

The patch has been tested manually to fix both bugs.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-04-13 01:15

Message:
Logged In: YES 
user_id=21627

I've committed a modified version of the patch as 1.17 of
locale.py, as well as 1.1 of test_locale.py and
output/test_locale.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-12 14:55

Message:
Logged In: YES 
user_id=6380

Are you sure you want to use string.digits and not
"0123456789" ?

I don't think that string.digits is locale-specific or
anything -- so what's the point?

In any case, if you can check in this plus a test case, that
would be great!

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=415777&group_id=5470