From: Guido van Rossum Date: Wed, 22 Oct 1997 20:54:50 +0000 (+0000) Subject: Remove outdated comments. X-Git-Tag: v1.5b1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7a8b45d71b4808f11a6abed26c096014a8e58d2;p=thirdparty%2FPython%2Fcpython.git Remove outdated comments. --- diff --git a/Lib/symbol.py b/Lib/symbol.py index 678e9efae204..439d4c8da113 100755 --- a/Lib/symbol.py +++ b/Lib/symbol.py @@ -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