]> granicus.if.org Git - python/commitdiff
Fix instructions on how to rebuild some modules
authorÉric Araujo <merwok@netwok.org>
Sun, 26 Feb 2012 00:26:09 +0000 (01:26 +0100)
committerÉric Araujo <merwok@netwok.org>
Sun, 26 Feb 2012 00:26:09 +0000 (01:26 +0100)
Lib/keyword.py
Lib/symbol.py
Lib/token.py

index 8eb2860307e5b4bc4bd05287fbb23ae6ca6bcb11..69794bda8c879a098a2adaef5e4bcee32f8683c8 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 cf179e5ef35c8bfc6f7f7d360177856e157474d7..b4d4e13ab80994818070133698ad1ce5baa8fe36 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 8d5cdaa1754afdfd87639e575cb0d168f41a8c88..34abf62016ac9ca377dd9c2313eda62b6c0f3d42 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/token.py
+#    ./python Lib/token.py
 
 #--start constants--
 ENDMARKER = 0