Message153314
| Author |
vstinner |
| Recipients |
Jim.Jewett, benjamin.peterson, eric.smith, ezio.melotti, loewis, mark.dickinson, python-dev, skrah, vstinner |
| Date |
2012年02月14日.01:35:21 |
| SpamBayes Score |
2.088889e-08 |
| Marked as misclassified |
No |
| Message-id |
<1329183327.38.0.659769275835.issue13706@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
thousands_separator.patch:
- Remove the unused _PyUnicode_InsertThousandsGroupingLocale() function
- Add a test for non-ASCII thousands separator (depend on the locale)
- _PyUnicode_InsertThousandsGrouping() expects thousands separator as a Unicode object and return the maximum character if unicode is NULL
- Fix str.__format__() for non-ASCII thousands separator
Note: the patch handles also non-ASCII decimal point, even I don't know any locale using such point. |
|