commit | 427905cedd3868a5e0225c72c62c42a7e5cfa264 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sat Jan 18 19:24:47 2014 +0200 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sat Jan 18 19:27:38 2014 +0200 |
tree | 0ac30cc477bff10485c9f0dee934d955c464de66 | |
parent | b31b5e0b5c2feac6bf5d8a93c3776cbf72e3528b [diff] [blame] |
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.
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h index 328cb73..10b1fc0 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h
@@ -37,7 +37,9 @@ Q(abs) Q(all) Q(any) +Q(array) Q(bool) +Q(bytearray) Q(callable) Q(chr) Q(complex)