[New-bugs-announce] [issue29955] logging decimal point should come from locale

Skip Montanaro report at bugs.python.org
Fri Mar 31 13:18:07 EDT 2017


New submission from Skip Montanaro:

The logging module hard codes the decimal point for timestamps to be ",". It should use locale.localeconv()["decimal_point"] instead.

----------
components: Library (Lib)
messages: 290927
nosy: skip.montanaro
priority: normal
severity: normal
status: open
title: logging decimal point should come from locale
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29955>
_______________________________________


More information about the New-bugs-announce mailing list