This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Ariel.Ben-Yehuda, berker.peksag, chris.jerdonek, eric.smith, loewis
Date 2012-07-08.10:02:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341741741.79.0.435981599302.issue15276@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce this with Python 2.7.3.

berker@wakefield ~[master*]$ python
Python 2.7.3 (default, Apr 20 2012, 22:39:59) 
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale.setlocale(locale.LC_NUMERIC, 'fr_FR')
'fr_FR'
>>> u'{:n}'.format(10000)
u'10 000'
History
Date User Action Args
2012-07-08 10:02:21berker.peksagsetrecipients: + berker.peksag, loewis, eric.smith, chris.jerdonek, Ariel.Ben-Yehuda
2012-07-08 10:02:21berker.peksagsetmessageid: <1341741741.79.0.435981599302.issue15276@psf.upfronthosting.co.za>
2012-07-08 10:02:21berker.peksaglinkissue15276 messages
2012-07-08 10:02:20berker.peksagcreate