Message154099
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 |
|
Date |
User |
Action |
Args |
2012-02-24 00:26:23 | skrah | set | recipients:
+ skrah, loewis, mark.dickinson, vstinner, eric.smith, benjamin.peterson, ezio.melotti, python-dev, Jim.Jewett |
2012-02-24 00:26:23 | skrah | set | messageid: <1330043183.05.0.168567957665.issue13706@psf.upfronthosting.co.za> |
2012-02-24 00:26:22 | skrah | link | issue13706 messages |
2012-02-24 00:26:22 | skrah | create | |
|