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 skip.montanaro
Recipients skip.montanaro
Date 2017-03-31.17:18:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490980687.61.0.0711345645767.issue29955@psf.upfronthosting.co.za>
In-reply-to
Content
The logging module hard codes the decimal point for timestamps to be ",". It should use locale.localeconv()["decimal_point"] instead.
History
Date User Action Args
2017-03-31 17:18:07skip.montanarosetrecipients: + skip.montanaro
2017-03-31 17:18:07skip.montanarosetmessageid: <1490980687.61.0.0711345645767.issue29955@psf.upfronthosting.co.za>
2017-03-31 17:18:07skip.montanarolinkissue29955 messages
2017-03-31 17:18:07skip.montanarocreate