diff options
author | Barry Warsaw <barry@python.org> | 1998-03-11 16:53:21 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-03-11 16:53:21 (GMT) |
commit | 521b8e1cd81b6fb2975e39252d1f47df074ee7fc (patch) | |
tree | be55441faccdcd0b4ba212896c2b2318bb7012bd /Tools/world | |
parent | c0b965b81b26241bd249b0342965b4ab5cc537ef (diff) | |
download | cpython-521b8e1cd81b6fb2975e39252d1f47df074ee7fc.zip cpython-521b8e1cd81b6fb2975e39252d1f47df074ee7fc.tar.gz cpython-521b8e1cd81b6fb2975e39252d1f47df074ee7fc.tar.bz2 |
Use RCS revisions
Diffstat (limited to 'Tools/world')
-rwxr-xr-x | Tools/world/world | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/world/world b/Tools/world/world index 375a449..0c41d4f 100755 --- a/Tools/world/world +++ b/Tools/world/world @@ -30,8 +30,8 @@ For example: gb: United Kingdom -[*] Note that regular expressions must conform to Python 1.5's re.py module -syntax. The comparison is done with the search() method. + [*] Note that regular expressions must conform to Python 1.5's re.py module + syntax. The comparison is done with the search() method. Country codes are maintained by the RIPE Network Coordination Centre, in coordination with the ISO 3166 Maintenance Agency at DIN Berlin. The @@ -79,7 +79,7 @@ Usage: %s [-d] [-p|-P file] [-h] addr [addr ...] Print this message. """ -__version__ = '3.0' +__version__ = '$Revision$' __author__ = 'Barry Warsaw <bwarsaw@python.org>' __source__ = '<url:http://www.python.org/~bwarsaw/pyware/>' |