diff options
| author | Guido van Rossum <guido@python.org> | 1997-07-23 18:10:52 (GMT) |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-07-23 18:10:52 (GMT) |
| commit | ed57d7663ec82230327cc56672d1ce7040a02fe0 (patch) | |
| tree | 5dca223be00e7a2804e8ecd4644102f4fbc6840b /Lib/keyword.py | |
| parent | ef3d02ebb955d01b2a8484d7c25f5ced4bf2036d (diff) | |
| download | cpython-ed57d7663ec82230327cc56672d1ce7040a02fe0.zip cpython-ed57d7663ec82230327cc56672d1ce7040a02fe0.tar.gz cpython-ed57d7663ec82230327cc56672d1ce7040a02fe0.tar.bz2 | |
Regenerated; __assert__ becomes assert.
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 3c62519..2ad80d7 100755 --- a/Lib/keyword.py +++ b/Lib/keyword.py @@ -14,8 +14,8 @@ kwlist = [ #--start keywords-- - '__assert__', 'and', + 'assert', 'break', 'class', 'continue', |
