]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
updated comments
authorBarry Warsaw <barry@python.org>
Thu, 15 Jun 1995 15:56:34 +0000 (15:56 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 15 Jun 1995 15:56:34 +0000 (15:56 +0000)
Tools/world/world

index ac295cd62aa3e3239e0a4fd804234e88922bec94..7491708773c031a49b23feef0ddb63b12f3a91ea 100755 (executable)
@@ -6,13 +6,11 @@
 #
 # $Id$
 
-# This little perl program will take an internet address of the form
+# This little script will take an Internet address of the form
 # foobar@some.place.domain and will print out where in the world that
 # message originated from.  Its pretty dumb in that it just matches
-# the `domain' part against a hard-coded list.  Also, I haven't
-# checked the list for validity -- I picked it up from someplace. With
-# the speed in which political boundaries are changing these days, no
-# doubt there are some incorrect mappings.
+# the `domain' part against a hard-coded list, which can probably
+# change fairly quickly given the world's political fluidity.
 
 import sys
 prog = sys.argv[0]