diff options
author | Barry Warsaw <barry@python.org> | 1998-12-29 02:52:11 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-12-29 02:52:11 (GMT) |
commit | c0ef565cdf385db38db6dc9ad6f7f77a86f2c523 (patch) | |
tree | 43fadb7073f448079ea36937d918bcd4d105fd86 /Tools/world | |
parent | 94c4a7976f9a0389a27cc860668e690b4950a2c0 (diff) | |
download | cpython-c0ef565cdf385db38db6dc9ad6f7f77a86f2c523.zip cpython-c0ef565cdf385db38db6dc9ad6f7f77a86f2c523.tar.gz cpython-c0ef565cdf385db38db6dc9ad6f7f77a86f2c523.tar.bz2 |
D.M. Pick gives me a more accurate distillation of his `uk' explanation :-)
Diffstat (limited to 'Tools/world')
-rwxr-xr-x | Tools/world/world | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Tools/world/world b/Tools/world/world index 581d585..6b9132b 100755 --- a/Tools/world/world +++ b/Tools/world/world @@ -281,10 +281,13 @@ nameorgs = { "int": "international", # This isn't in the same class as those above, but is included here # because `uk' is the common practice country code for the United Kingdom. - # AFAICT, the official `gb' code is routinely ignored! David Pick - # <D.M.Pick@qmw.ac.uk> tells me that `uk' was long in use before ISO3166, - # but in reverse order (e.g. uk.ac.qmc) and this was just carried over - # into the New World of the Internet. + # AFAICT, the official `gb' code is routinely ignored! + # + # <D.M.Pick@qmw.ac.uk> tells me that `uk' was long in use before ISO3166 + # was adopted for top-level DNS zone names (although in the reverse order + # like uk.ac.qmw) and was carried forward (with the reversal) to avoid a + # large-scale renaming process as the UK switched from their old `Coloured + # Book' protocols over X.25 to Internet protocols over IP. # # See <url:http://www.ripe.net/docs/ripe-159.html#222123> "uk": "United Kingdom (common practice)", |