]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use RCS revisions
authorBarry Warsaw <barry@python.org>
Wed, 11 Mar 1998 16:53:21 +0000 (16:53 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 11 Mar 1998 16:53:21 +0000 (16:53 +0000)
Tools/world/world

index 375a4490d38e4930d87bea31a5af2e8ca22dc5fc..0c41d4f713d6f604291b180fa6c60eb42bffcb03 100755 (executable)
@@ -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/>'