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 skrah
Recipients Jim.Jewett, benjamin.peterson, eric.smith, ezio.melotti, loewis, mark.dickinson, python-dev, skrah, vstinner
Date 2012-02-24.00:26:22
SpamBayes Score 1.2700831e-06
Marked as misclassified No
Message-id <1330043183.05.0.168567957665.issue13706@psf.upfronthosting.co.za>
In-reply-to
Content
The ps_AF locale fails with an assert after the latest commit:


Python 3.3.0a0 (default:f89e2f4cda88+, Feb 24 2012, 01:14:50) 
[GCC 4.4.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
[67103 refs]
>>> locale.setlocale(locale.LC_ALL, "ps_AF")
'ps_AF'
[67108 refs]
>>> format(13232434234.23423, "n")
python: Python/formatter_unicode.c:606: fill_number: Assertion `r == spec->n_grouped_digits' failed.
Aborted
History
Date User Action Args
2012-02-24 00:26:23skrahsetrecipients: + skrah, loewis, mark.dickinson, vstinner, eric.smith, benjamin.peterson, ezio.melotti, python-dev, Jim.Jewett
2012-02-24 00:26:23skrahsetmessageid: <1330043183.05.0.168567957665.issue13706@psf.upfronthosting.co.za>
2012-02-24 00:26:22skrahlinkissue13706 messages
2012-02-24 00:26:22skrahcreate