]> granicus.if.org Git - python/commitdiff
Added a hack to deal with common practice 'uk' for United Kingdom
authorBarry Warsaw <barry@python.org>
Thu, 12 Mar 1998 13:15:28 +0000 (13:15 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 12 Mar 1998 13:15:28 +0000 (13:15 +0000)
Tools/world/world

index 0c41d4f713d6f604291b180fa6c60eb42bffcb03..4a57b83d29f325806b4cde19a5f69f5918ab430d 100755 (executable)
@@ -265,6 +265,13 @@ nameorgs = {
     "net": "networking",
     "org": "non-commercial",
     "int": "international",
+    # this isn't in the same class as those above, but for some reason (of
+    # which I am not aware), `uk' is the common practice country code for the
+    # United Kingdom.  AFAICT, the official `gb' code is routinely ignored!
+    # If you have a clue as to why this is, or if there is an official
+    # document describing this, please let me know.  ISO3166 certainly makes
+    # no mention of this.
+    "uk": "United Kingdom (common practice)",
     }