py: Add support for start/stop/step attributes of builtin range object.

This commit is contained in:
Peter D. Gray
2015-03-06 14:48:14 -05:00
committed by Damien George
parent 5be4a84a58
commit b2a237d337
4 changed files with 33 additions and 0 deletions

View File

@@ -245,6 +245,11 @@ Q(single)
Q(sep)
Q(end)
#if MICROPY_PY_BUILTINS_RANGE_ATTRS
Q(step)
Q(stop)
#endif
Q(clear)
Q(copy)
Q(fromkeys)