[Python-Dev] 2.1c1 "make test" failures on SGI Irix

Martin von Loewis loewis@informatik.hu-berlin.de
Tue, 17 Apr 2001 10:34:34 +0200 (MEST)


> def _group(s):
>     conv=localeconv()
>     grouping=conv['grouping']
>     if not grouping:return (s, 0)

Yes, that change is right.

> BTW, mail to Martin doesn't seem to be getting through.

Unfortunately, cs.tu-berlin.de seems to have router problems :-(

Regards,
Martin