]> granicus.if.org Git - python/commitdiff
Merge change 54983 from the trunk: Add the locale "English" to test_locale.py for...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 7 May 2007 19:31:41 +0000 (19:31 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 7 May 2007 19:31:41 +0000 (19:31 +0000)
Lib/test/test_locale.py

index 9e264b9c4ee4389bc4c7dd08311d99c9c19167b9..a91d358d64cacc5c846102a576975e5fd0eaa978 100644 (file)
@@ -7,7 +7,7 @@ if sys.platform == 'darwin':
 oldlocale = locale.setlocale(locale.LC_NUMERIC)
 
 if sys.platform.startswith("win"):
-    tlocs = ("en",)
+    tlocs = ("En", "English")
 else:
     tlocs = ("en_US.UTF-8", "en_US.US-ASCII", "en_US")