aboutsummaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorRachel Dowdall2014-03-20 22:40:38 +0000
committerRachel Dowdall2014-03-20 22:40:38 +0000
commit300c8bd4c2c0c6d626a6aaeb873c22a8f8b9fc3f (patch)
tree96a2e445c19b7535a708b89aeddc378727366148 /py/qstrdefs.h
parenta2f2f734ed5ee1294a44592448e5b0f45a12e254 (diff)
Added ZeroDivisionError to float division.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 649f89eb1..929fcaf06 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -47,6 +47,7 @@ Q(SyntaxError)
Q(TypeError)
Q(ValueError)
Q(OverflowError)
+Q(ZeroDivisionError)
Q(NoneType)