File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77To update the symbols in this file, 'cd' to the top directory of
88the python source tree after building the interpreter and run:
99
10- python Lib/keyword.py
10+ ./ python Lib/keyword.py
1111"""
1212
1313__all__ = ["iskeyword" , "kwlist" ]
Original file line number Diff line number Diff line change 77# To update the symbols in this file, 'cd' to the top directory of
88# the python source tree after building the interpreter and run:
99#
10- # python Lib/symbol.py
10+ # ./ python Lib/symbol.py
1111
1212#--start constants--
1313single_input = 256
Original file line number Diff line number Diff line change 77# To update the symbols in this file, 'cd' to the top directory of
88# the python source tree after building the interpreter and run:
99#
10- # python Lib/token.py
10+ # ./ python Lib/token.py
1111
1212#--start constants--
1313ENDMARKER = 0
You can’t perform that action at this time.
0 commit comments