diff options
author | Éric Araujo <merwok@netwok.org> | 2011-11-29 16:14:27 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-11-29 16:14:27 (GMT) |
commit | c8e032006a608f14f9463f06f4d466fd367b37f3 (patch) | |
tree | feb41266b17d36bf1f47c438db5cac11eb696d16 /Lib/keyword.py | |
parent | aa35b0032235b6b935da0f08f79bba7296ced5fc (diff) | |
parent | a74f8ef419d2c7c5f398a80165f8d8fd5e4d7b8e (diff) | |
download | cpython-c8e032006a608f14f9463f06f4d466fd367b37f3.zip cpython-c8e032006a608f14f9463f06f4d466fd367b37f3.tar.gz cpython-c8e032006a608f14f9463f06f4d466fd367b37f3.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Lib/keyword.py')
-rwxr-xr-x | Lib/keyword.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/keyword.py b/Lib/keyword.py index a3788a6..dad39cc 100755 --- a/Lib/keyword.py +++ b/Lib/keyword.py @@ -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"] |