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 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.
History
Date User Action Args
2012-02-14 01:35:28vstinnersetrecipients: + vstinner, loewis, mark.dickinson, eric.smith, benjamin.peterson, ezio.melotti, skrah, python-dev, Jim.Jewett
2012-02-14 01:35:27vstinnersetmessageid: <1329183327.38.0.659769275835.issue13706@psf.upfronthosting.co.za>
2012-02-14 01:35:26vstinnerlinkissue13706 messages
2012-02-14 01:35:26vstinnercreate