[issue29955] logging decimal point should come from locale

Antoine Pitrou report at bugs.python.org
Wed Apr 5 03:22:59 EDT 2017


Antoine Pitrou added the comment:

Since the date format itself isn't localized (fortunately), there is no reason to localize the decimal point either.  People wanting a localized logging format can easily override the default configuration.  And this proposal would break compatibility with existing log parsing tools.

We could probably bikeshed the default logging configuration for a long time, but there is value in not changing the defaults from one release to another.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list