mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
#6206: fix test__locale.
This commit is contained in:
parent
a663a373b2
commit
9be5998760
1 changed files with 1 additions and 2 deletions
|
|
@ -84,8 +84,7 @@ class _LocaleTests(unittest.TestCase):
|
|||
setlocale(LC_NUMERIC, loc)
|
||||
except Error:
|
||||
continue
|
||||
for li, lc in ("decimal_point",
|
||||
"thousands_sep"):
|
||||
for lc in ("decimal_point", "thousands_sep"):
|
||||
self.numeric_tester('localeconv', localeconv()[lc], lc, loc)
|
||||
|
||||
@unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue