Skip to content

Localize calls to float()

Rostislav V. Rjabow requested to merge localized_float into master

Replace calls to float() with that to locale.atof() with the correct locale set. This avoids errors of reading different decimal separators (a in Russian locale).

Merge request reports