Fix instructions on how to rebuild some modules

This commit is contained in:
Éric Araujo 2011-11-29 16:45:34 +01:00
parent ff91306127
commit e1886bfaf4
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ This file is automatically generated; please don't muck it up!
To update the symbols in this file, 'cd' to the top directory of
the python source tree after building the interpreter and run:
python Lib/keyword.py
./python Lib/keyword.py
"""
__all__ = ["iskeyword", "kwlist"]

View File

@ -7,7 +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:
#
# python Lib/symbol.py
# ./python Lib/symbol.py
#--start constants--
single_input = 256

View File

@ -7,7 +7,7 @@ __all__ = ['tok_name', 'ISTERMINAL', 'ISNONTERMINAL', 'ISEOF']
# To update the symbols in this file, 'cd' to the top directory of
# the python source tree after building the interpreter and run:
#
# python Lib/token.py
# ./python Lib/token.py
#--start constants--
ENDMARKER = 0