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 ocean-city
Recipients benjamin.peterson, kristjan.jonsson, ocean-city
Date 2009-05-05.16:17:36
SpamBayes Score 2.3746585e-08
Marked as misclassified No
Message-id <1241540257.8.0.429786362084.issue5643@psf.upfronthosting.co.za>
In-reply-to
Content
Crashes at Lib/test/test__locale.py(107) test_float_parsing.

>>> from _locale import setlocale, LC_NUMERIC
>>> setlocale(LC_NUMERIC, 'es_ES.ISO8859-1')
(crash)

Yes, I agree that workaround should be placed in test rather than
_locale module. I'll create such patch as short as possible.
History
Date User Action Args
2009-05-05 16:17:38ocean-citysetrecipients: + ocean-city, kristjan.jonsson, benjamin.peterson
2009-05-05 16:17:37ocean-citysetmessageid: <1241540257.8.0.429786362084.issue5643@psf.upfronthosting.co.za>
2009-05-05 16:17:36ocean-citylinkissue5643 messages
2009-05-05 16:17:36ocean-citycreate