[python] Fixed the list[:] function.

This commit is contained in:
Léa Saviot
2017-12-08 11:02:55 +01:00
committed by Ecco
parent 2a0bc95097
commit f7766080c3
2 changed files with 1 additions and 1 deletions

View File

@@ -247,6 +247,7 @@ Q(setattr)
Q(setdefault)
Q(sin)
Q(sinh)
Q(slice)
Q(sort)
Q(sorted)
Q(split)

View File

@@ -38,7 +38,6 @@
#define MICROPY_PY_BUILTINS_FROZENSET (0)
#define MICROPY_PY_BUILTINS_REVERSED (0)
#define MICROPY_PY_BUILTINS_SET (0)
#define MICROPY_PY_BUILTINS_SLICE (0)
#define MICROPY_PY_BUILTINS_PROPERTY (0)
#define MICROPY_PY___FILE__ (0)
#define MICROPY_PY_GC (0)