commit | 4219da4bd0bd46733e6c07ea33c57d45e11641cf | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundobatista@gmail.com> | Mon Feb 25 18:06:00 2008 +0000 |
committer | Facundo Batista <facundobatista@gmail.com> | Mon Feb 25 18:06:00 2008 +0000 |
tree | c134c4de7dc6a217c0cb719e555386894fd41e8a | |
parent | a3c8c10201fb38fb078a4ad2758d945d44c07a5f [diff] [blame] |
Issue 2117. Update compiler module to handle class decorators. Thanks Thomas Herve
diff --git a/Lib/token.py b/Lib/token.py index c4db6c5..8d5cdaa 100755 --- a/Lib/token.py +++ b/Lib/token.py
@@ -71,6 +71,7 @@ for _name, _value in globals().items(): if type(_value) is type(0): tok_name[_value] = _name +del _name, _value def ISTERMINAL(x):