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 9e04eda commit 4601df5Copy full SHA for 4601df5
1 file changed
Lib/test/test_locale.py
@@ -425,7 +425,7 @@ def test_latin_modifier(self):
425
426
def test_valencia_modifier(self):
427
self.check('ca_ES.UTF-8@valencia', 'ca_ES.UTF-8@valencia')
428
- self.check('ca_ES@valencia', 'ca_ES.ISO8859-1@valencia')
+ self.check('ca_ES@valencia', 'ca_ES.ISO8859-15@valencia')
429
self.check('ca@valencia', 'ca_ES.ISO8859-1@valencia')
430
431
def test_devanagari_modifier(self):
0 commit comments