New submission from de la Musse:
locale.format function delete spaces in result which is a problem when
thousand separator is space (in French for example).
The problem seems in the code below (extract from locale.py):
145 while seps:
146 # If the number was formatted for a
Changes by de la Musse:
--
components: Library (Lib)
severity: normal
status: open
title: locale.format bug if thousand separator is space (french separator as
example)
type: behavior
versions: Python 2.4
__
Tracker <[EMAIL PROTECTED]>