diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-03-25 01:29:09 +0200 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-03-25 01:42:01 +0200 |
| commit | 9512e9e817909ec5103a11264a8d98356a402ec2 (patch) | |
| tree | 97185be7ef6a1f1aff7a39d742c6184c6c7d858d /py/qstrdefs.h | |
| parent | 7f8b31345b6be789792b676a8975497648b19a5c (diff) | |
objexcept: Add "args" exception attribute, as well as StopIteration.value.
Diffstat (limited to 'py/qstrdefs.h')
| -rw-r--r-- | py/qstrdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 898e67582..f96921acf 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -78,6 +78,7 @@ Q(NoneType) Q(abs) Q(all) Q(any) +Q(args) Q(array) Q(bool) Q(bytearray) @@ -123,6 +124,7 @@ Q(str) Q(sys) Q(tuple) Q(type) +Q(value) Q(zip) Q(append) |
