]> granicus.if.org Git - python/commitdiff
Updated world codes with latest iso3166 codes
authorBarry Warsaw <barry@python.org>
Thu, 4 Dec 1997 19:42:36 +0000 (19:42 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 4 Dec 1997 19:42:36 +0000 (19:42 +0000)
Tools/world/world

index be38906b6c2f9f1c303445d9298aa4da98efe4d2..01ec4c2a8ce57be30440c2fde193a4f9e298c3f9 100755 (executable)
@@ -249,9 +249,10 @@ country = {
     "co": "Colombia",
     "km": "Comoros",
     "cg": "Congo",
+    "cd": "Congo, The Democratic Republic of the",
     "ck": "Cook Islands",
     "cr": "Costa Rica",
-    "ci": "Cote D'ivoire",
+    "ci": "Cote D'Ivoire",
     "hr": "Croatia (local name: Hrvatska)",
     "cu": "Cuba",
     "cy": "Cyprus",
@@ -273,7 +274,7 @@ country = {
     "fj": "Fiji",
     "fi": "Finland",
     "fr": "France",
-    "fx": "France, Metropolitan",
+    "fx": "France, metropolitan",
     "gf": "French Guiana",
     "pf": "French Polynesia",
     "tf": "French Southern Territories",
@@ -290,10 +291,11 @@ country = {
     "gu": "Guam",
     "gt": "Guatemala",
     "gn": "Guinea",
-    "gw": "Guinea-bissau",
+    "gw": "Guinea-Bissau",
     "gy": "Guyana",
     "ht": "Haiti",
-    "hm": "Heard and McDonald Islands",
+    "hm": "Heard and Mc Donald Islands",
+    "va": "Holy See (Vatican City State)",
     "hn": "Honduras",
     "hk": "Hong Kong",
     "hu": "Hungary",
@@ -325,7 +327,7 @@ country = {
     "lt": "Lithuania",
     "lu": "Luxembourg",
     "mo": "Macau",
-    "mk": "Macedonia, the Former Yugoslav Republic of",
+    "mk": "Macedonia, The Former Yugoslav Republic of",
     "mg": "Madagascar",
     "mw": "Malawi",
     "my": "Malaysia",
@@ -427,7 +429,6 @@ country = {
     "uy": "Uruguay",
     "uz": "Uzbekistan",
     "vu": "Vanuatu",
-    "va": "Vatican City State (Holy See)",
     "ve": "Venezuela",
     "vn": "Viet Nam",
     "vg": "Virgin Islands (British)",
@@ -436,12 +437,10 @@ country = {
     "eh": "Western Sahara",
     "ye": "Yemen",
     "yu": "Yugoslavia",
-    "zr": "Zaire",
     "zm": "Zambia",
     "zw": "Zimbabwe",
     }
 
-
 \f
 if __name__ == '__main__':
     main()