summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-14 15:13:40 -0800
committerDamien George <damien.p.george@gmail.com>2014-01-14 15:13:40 -0800
commit6c2401e935b38ca87fd8f52efbb614a428b6938c (patch)
tree9314200eddfd45d99491cb29f47533404ef030f5 /py/mpqstrraw.h
parent8bc96471f0219b9d3f24ae879f60b509927e1df4 (diff)
parent93451002f04e0b89e41e1faa82f86e937bb219f1 (diff)
downloadmicropython-6c2401e935b38ca87fd8f52efbb614a428b6938c.tar.gz
micropython-6c2401e935b38ca87fd8f52efbb614a428b6938c.zip
Merge pull request #165 from chipaca/builtins
added zip()
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index e4404a36f0..c3cda84b4d 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -57,9 +57,11 @@ Q(pow)
Q(print)
Q(range)
Q(set)
+Q(sorted)
Q(sum)
Q(tuple)
Q(type)
+Q(zip)
Q(append)
Q(pop)