summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-06 16:38:54 +0000
committerDamien George <damien.p.george@gmail.com>2014-05-06 16:38:54 +0000
commit491cbd6a7cd0a212e28c548789db432b4e64327e (patch)
tree5e8ff14972d26e05c7ef5f047f6f1c799836fc40 /py/qstrdefs.h
parent33b3a6905d30157efa8393893fd11a5104834354 (diff)
downloadmicropython-491cbd6a7cd0a212e28c548789db432b4e64327e.tar.gz
micropython-491cbd6a7cd0a212e28c548789db432b4e64327e.zip
py: Add keyword arg support to enumerate constructor.
Need to have a policy as to how far we go adding keyword support to built ins. It's nice to have, and gets better CPython compatibility, but hurts the micro nature of uPy. Addresses issue #577.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 0ffc6c902d..42ae7038d1 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -238,6 +238,8 @@ Q(startswith)
Q(replace)
Q(partition)
Q(rpartition)
+Q(iterable)
+Q(start)
Q(bound_method)
Q(closure)