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 ced
Recipients ced
Date 2015-11-03.13:34:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446557641.85.0.512474473509.issue25543@psf.upfronthosting.co.za>
In-reply-to
Content
Example:

>>> import locale
>>> locale.setlocale(locale.LC_ALL, 'fr_FR.UTF-8')
'fr_FR.UTF-8'
>>> locale.atof('2.5')
2.5
>>> locale.atof('2,5')
2.5
History
Date User Action Args
2015-11-03 13:34:01cedsetrecipients: + ced
2015-11-03 13:34:01cedsetmessageid: <1446557641.85.0.512474473509.issue25543@psf.upfronthosting.co.za>
2015-11-03 13:34:01cedlinkissue25543 messages
2015-11-03 13:34:01cedcreate