summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-14 19:33:23 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-14 19:33:23 +0100
commitad8abd1a9503b61c578881192dd88b7e0f97c8cf (patch)
tree118d3ff15aca1da127238434b56e646f869e26b6 /py/qstrdefs.h
parent48a9b3fd1107853aacb4610bf2c40197bea7ba93 (diff)
parent5904dad842a40a61a9ee588a66a32b38ca434a41 (diff)
downloadmicropython-ad8abd1a9503b61c578881192dd88b7e0f97c8cf.tar.gz
micropython-ad8abd1a9503b61c578881192dd88b7e0f97c8cf.zip
Merge branch 'master' of github.com:micropython/micropython
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 df383b776c..80cf681ae7 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -24,6 +24,7 @@ Q(__len__)
Q(__iter__)
Q(__getitem__)
Q(__setitem__)
+Q(__delitem__)
Q(__add__)
Q(__sub__)
Q(__repr__)
@@ -279,6 +280,7 @@ Q(little)
Q(stdin)
Q(stdout)
Q(stderr)
+Q(version)
Q(version_info)
#endif