From cedc9b74202d8c1ae39bca261cbb45d42ed54d45 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 6 May 2018 08:46:15 +0300 Subject: =?UTF-8?q?bpo-20087:=20Update=20locale=20alias=20mapping=20with?= =?UTF-8?q?=20glibc=202.27=20supported=20locales.=20(=D0=9F=D0=A0-6708)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/test/test_locale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_locale.py') diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py index d93b3ad048..e2c2178ae6 100644 --- a/Lib/test/test_locale.py +++ b/Lib/test/test_locale.py @@ -441,7 +441,7 @@ class NormalizeTest(unittest.TestCase): def test_valencia_modifier(self): self.check('ca_ES.UTF-8@valencia', 'ca_ES.UTF-8@valencia') - self.check('ca_ES@valencia', 'ca_ES.ISO8859-15@valencia') + self.check('ca_ES@valencia', 'ca_ES.UTF-8@valencia') self.check('ca@valencia', 'ca_ES.ISO8859-1@valencia') def test_devanagari_modifier(self): -- cgit v1.2.1