]> granicus.if.org Git - python/commitdiff
Fix instructions on how to rebuild some modules
authorÉric Araujo <merwok@netwok.org>
Tue, 29 Nov 2011 15:45:34 +0000 (16:45 +0100)
committerÉric Araujo <merwok@netwok.org>
Tue, 29 Nov 2011 15:45:34 +0000 (16:45 +0100)
Lib/keyword.py
Lib/symbol.py
Lib/token.py

index a3788a6b0bda85a26901d6fd66a6317b6fc72375..dad39cc377963f3ab4de706c2b1bb8d579425291 100755 (executable)
@@ -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"]
index e3fff3422c78021f46ed35229b15054afafc1a29..679e5c8cc7e452d228bc26cff5bc3e61fb538cb4 100755 (executable)
@@ -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
index 7e2bfcfaf2d9a30dc6249a2d9b77007c8e373c95..7ddd35eed26aeacee005a98c680def350b167008 100755 (executable)
@@ -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