diff options
author | Barry Warsaw <barry@python.org> | 1995-06-15 15:56:34 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1995-06-15 15:56:34 (GMT) |
commit | 6a9df7a86c414b457ed22a9917653750e405b3df (patch) | |
tree | 63e918d7d7cc1e235415f3fc281b10ed70490e99 /Tools/world | |
parent | 268a39fb84f1280e4f25e6d2b8d1e8c25bd5a372 (diff) | |
download | cpython-6a9df7a86c414b457ed22a9917653750e405b3df.zip cpython-6a9df7a86c414b457ed22a9917653750e405b3df.tar.gz cpython-6a9df7a86c414b457ed22a9917653750e405b3df.tar.bz2 |
updated comments
Diffstat (limited to 'Tools/world')
-rwxr-xr-x | Tools/world/world | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Tools/world/world b/Tools/world/world index ac295cd..7491708 100755 --- a/Tools/world/world +++ b/Tools/world/world @@ -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] |