diff -r e3c9a47a83fb Lib/locale.py --- a/Lib/locale.py Mon Apr 11 17:33:27 2016 +0300 +++ b/Lib/locale.py Tue Apr 12 00:24:40 2016 -0400 @@ -298,7 +298,7 @@ return s.replace('<', '').replace('>', '') def str(val): - """Convert float to integer, taking the locale into account.""" + """Convert float to string, taking the locale into account.""" return format("%.12g", val) def delocalize(string):