[Python-checkins] python/dist/src/Tools/world world,3.15,3.16

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 15 Jul 2002 12:53:30 -0700


Update of /cvsroot/python/python/dist/src/Tools/world
In directory usw-pr-cvs1:/tmp/cvs-serv13310

Modified Files:
	world 
Log Message:
Added the "weird" ccTLDs ac, gg, im, and je.  These are not recognized
by ISO 3166 as country codes, but the are reserved by IANA
nonetheless.  The commonly used uk ccTLD is part of this group, near
as I can tell.


Index: world
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/world/world,v
retrieving revision 3.15
retrieving revision 3.16
diff -C2 -d -r3.15 -r3.16
*** world	7 Jun 2002 15:48:52 -0000	3.15
--- world	15 Jul 2002 19:53:28 -0000	3.16
***************
*** 45,50 ****
      Friday, 5 April 2002, 12.00 CET 2002
  
! This script also knows about non-geographic top-level domains.
! 
  
  Usage: %(PROGRAM)s [-d] [-p file] [-o] [-h] addr [addr ...]
--- 45,50 ----
      Friday, 5 April 2002, 12.00 CET 2002
  
! This script also knows about non-geographic top-level domains, and the
! additional ccTLDs reserved by IANA.
  
  Usage: %(PROGRAM)s [-d] [-p file] [-o] [-h] addr [addr ...]
***************
*** 273,279 ****
      "org": "non-commercial",
      "pro": "professionals",
!     # 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!
      #
      # <D.M.Pick@qmw.ac.uk> tells me that `uk' was long in use before ISO3166
--- 273,285 ----
      "org": "non-commercial",
      "pro": "professionals",
!     # These additional ccTLDs are included here even though they are not part
!     # of ISO 3166.  IANA has 5 reserved ccTLDs as described here:
!     #
!     # http://www.iso.org/iso/en/prods-services/iso3166ma/04background-on-iso-3166/iso3166-1-and-ccTLDs.html
!     #
!     # but I can't find an official list anywhere.
!     #
!     # Note that `uk' is the common practice country code for the United
!     # Kingdom.  AFAICT, the official `gb' code is routinely ignored!
      #
      # <D.M.Pick@qmw.ac.uk> tells me that `uk' was long in use before ISO3166
***************
*** 284,287 ****
--- 290,299 ----
      #
      # See <url:ftp://ftp.ripe.net/ripe/docs/ripe-159.txt>
+     #
+     # Also, `su', while obsolete is still in limited use.
+     "ac": "Ascension Island",
+     "gg": "Guernsey",
+     "im": "Isle of Man",
+     "je": "Jersey",
      "uk": "United Kingdom (common practice)",
      "su": "Soviet Union (still in limited use)",