mirror of https://github.com/python/cpython.git
Updated world codes with latest iso3166 codes
This commit is contained in:
parent
9efdef1d39
commit
00727b0022
|
@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue