diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-18 19:24:47 +0200 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-18 19:27:38 +0200 |
| commit | 427905cedd3868a5e0225c72c62c42a7e5cfa264 (patch) | |
| tree | 0ac30cc477bff10485c9f0dee934d955c464de66 /py/mpqstrraw.h | |
| parent | b31b5e0b5c2feac6bf5d8a93c3776cbf72e3528b (diff) | |
Add skeleton implementation of array.array and bytearray.
So far, only storage, initialization, repr() and buffer protocol is
implemented - alredy suitable for passing binary data around.
Diffstat (limited to 'py/mpqstrraw.h')
| -rw-r--r-- | py/mpqstrraw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h index 328cb73fa..10b1fc0d3 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h @@ -37,7 +37,9 @@ Q(OverflowError) Q(abs) Q(all) Q(any) +Q(array) Q(bool) +Q(bytearray) Q(callable) Q(chr) Q(complex) |
