New submission from Cédric Krier: If a value containing '.' is passed to locale.atof, but '.' is not the locale decimal_point (and not the thousands_sep), it is anyway parsed as the decimal_point. For me, it should raise a ValueError
---------- components: Library (Lib) messages: 253989 nosy: ced priority: normal severity: normal status: open title: locale.atof keep '.' even if not part of the localeconv type: behavior _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25543> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com