> 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