Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cbf30 commit ed1e497Copy full SHA for ed1e497
1 file changed
Lib/test/test_builtin.py
@@ -557,7 +557,7 @@ def test_float_with_comma(self):
557
# set locale to something that doesn't use '.' for the decimal point
558
try:
559
import locale
560
- orig_locale = locale.setlocale(locale.LC_NUMERIC, '')
+ orig_locale = locale.setlocale(locale.LC_NUMERIC)
561
locale.setlocale(locale.LC_NUMERIC, 'fr_FR')
562
except:
563
# if we can't set the locale, just ignore this test
0 commit comments