]> granicus.if.org Git - python/commitdiff
Remove outdated comments.
authorGuido van Rossum <guido@python.org>
Wed, 22 Oct 1997 20:54:50 +0000 (20:54 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Oct 1997 20:54:50 +0000 (20:54 +0000)
Lib/symbol.py

index 678e9efae204f66d15a81bb07dd5b69a83ccb1b1..439d4c8da113a7ef4ec271dfa531865b3bc9fc3a 100755 (executable)
@@ -7,10 +7,7 @@
 #  To update the symbols in this file, 'cd' to the top directory of
 #  the python source tree after building the interpreter and run:
 #
-#    PYTHONPATH=Lib:Modules ./python Lib/symbol.py
-#
-#  (this path allows the import of string.py, token.py, and regexmodule.so
-#  for a site with no installation in place)
+#    python Lib/symbol.py
 
 #--start constants--
 single_input = 256
@@ -87,6 +84,3 @@ def main():
 
 if __name__ == "__main__":
     main()
-
-#
-#  end of file